Revision history for Perl extension DateTime::Format::Gedcom.

1.01  Wed Sep 14 13:00:00 2011
	  - Expand error messages to include the erroneous parts of the candidate date.
	  - In parse_date_value(), add parse_datetime as the first method (and simplest) to try.
	  - Check that the day and year are numeric before checking for a 1, 2 or 3 digit year, to avoid a warning message from Perl
	  	if the year is not numeric.
	  - Check the success() method after calling DateTime::Format::Natural's parse_datetime(), and die if it failed.

1.00  Thu Sep  8 12:00:00 2011
	  - Initial release.
