1.0 - Fri Sep 16 13:53:13 BST 2005
	
  * Added XML::PFIF::Reader to read PFIF XML and RSS.
  * Added bin/pfifcvt, converts PFIF between straight XML and RSS.
  * New methods:
    + Person.pm and Note.pm:
      * Added dispose() which frees memory.
      * Added is_complete() which tests mandatory fields are filled in.
      * Added escape() and unescape() to handle escaping of '&','>' and '<'.
    + Person.pm:
      * sort_notes() used by notes() to return notes sorted by
        source_date, earliest first (Would newest first be better?).
  * Changes to methods:
    + Person.pm and Note.pm:
      * new() option hash now takes validate=>1 which
        returns undef if any fields fail validation.
    + Person.pm:
      * home_street now only chops leading numbers followed by spaces,
        to avoid chopping eg "2ND STREET".
      * home_state: check state code is valid.
      * to_xml(): added optional parameter hash with options
	to support rss note feeds
    + Note.pm:
      * fixed to_rss to generate hopefully valid rss note feed
  * Moved test* to t/, added testrssnote, setup so 'make test' works.
  * Fix to idiotic POD mistake, thanks to Devin Ceartas.
  * Fixed indentation of generated XML and RSS.
  * Debianised (See README.Debian).
  * Optimistically bumped version number to 1.0
	
0.2 - Fri Sep  9 23:42:50 BST 2005 
	
  * Added Documentation.
  * Added David Dwiggins' fix for ampersand escaping in PFIF.pm:fixup_string().
	
0.1 - Thu Sep  8 08:20:49 BST 2005

  * Initial release.
