Revision history for Perl extension Class::Date.

0.98   	Tue May 22 16:46:03 CEST 2001
	- bug in "truncate" method fixed
	- documentation changes

0.97	Wed May 16 23:10:17 CEST 2001
	- Accepts the date in "YYYY-MM-DD HH:MM" format
	- uses Time::Local instead of strftime("%s"), because the latter
	  is not available in not GNU environment

0.96	Fri May 11 01:42:36 CEST 2001
	- Fixed $DST_ADJUST bug when adding months
	- Added $MONTH_BORDER_ADJUST variable and documentation for it
	- Added "month_begin", "month_end" and "days_in_month" method
	- Fixed the "aref" method
	- Doc. grammar fixes

0.95    Thu May 10 00:11:43 CEST 2001
	- Fixed comparison problem with undef
	- date("2001-01-31")+'1M'-'1M' != "2001-01-31" "bug" documented
	- Fixed the module name in two places (it was Date::Class)

0.94    Thu Apr 26 16:30:39 CEST 2001
	- $date-'1D' bug fixed
	- added "now" function

0.93    Wed Apr 18 12:55:15 CEST 2001
	- the return value from Date::Parse is fixed

0.92    Tue Apr 17 17:23:10 CEST 2001
	- made 'Date::Parse' usage optional

0.91	Mon Apr  9 13:42:49 CEST 2001
	- small bugfixes for perl 5.005
	- date(undef) and Class::Date::Rel(undef) returns undef
	- array method fix (year + 1900, month + 1)
	- $DATE_FORMAT is not exportable any more (confusing)
	- test fixes

0.90	Thu Apr  5 13:18:18 CEST 2001
	- Complete rewrite based on Matt Sergeant's Time::Object
	- Can handle GMT and local time also
	- A severe bug fixed concerning the Daylight Saving Time
	- Dependency to POSIX.pm has been removed

0.5     Initial release