# Legend:
# --- = A new release
#   + = Added a feature (in a backwards compatible way)
#   ! = Changed something significant, or removed a feature
#   * = Fixed a bug, or made a minor improvement

--- 0.399 (2012-02-09 06:15)

  + Added support for comments on headers where no authentication is performed
  + Added support in DKIMAuthenticationResults class for RFC 6008
    cryptographic identification header (header.b)
  + Added support for RFC 5617 DKIM ADSP authentication method in new
    DKIMADSPAuthenticationResult class
  + Added support for RFC 6212 Vouch By Reference (VBR) authentication method
    in new VBRAuthenticationResult class

--- 0.3 (2012-01-07 05:24)

  + Added support for comments on most header elements to object constructors.
    Comments are correctly stringified from constructed objects, however
    conversely, are not currently parsed from strings.
  ! The authres function and most object constructor signatures have changed in
    terms of argument order to allow for new comment arguments.  Using named
    arguments is recommended.
  * Added additional doctests from RFC 5451 examples

--- 0.2 (2011-08-10 16:50)

  ! Reworked API from scratch to be more properly OO, extendable, and
    maintainable
  + Parse authentication results headers
  ! Started rework of doctests to match new API and be more readable
  + Specific subclasses for creating and parsing dkim, domainKeys, spf,
    senderid, iprev, and smtp auth authentication methods

--- 0.1 (2011-03-14 18:00)

  + Initial release
  + Create authentication results headers

