0.07   2003-12-14

- If given an id like 'en_US.UTF-8', DateTime::Locale would die with
the message 'Can't locate object method "_load_from_id" via package
"DateTime::Locale" at /usr/share/perl5/DateTime/Locale.pm line 220'.
Reported by Sylvain Daubert.


0.06   2003-12-08

- The DateTime::Locale docs now includes docs for all the methods that
a locale object has.


0.05   2003-10-03

- Really make the documentation and code match!  This time there are
even tests for this.  Reported by David Hood (again).

- DateTime::Locale won't try to load a class if it already has a new()
method.  This is so you can define multiple locale subclasses in one
file and load that file yourself before calling the load() method.


0.04   2003-10-03

- The documentation incorrectly showed the DateTime::Locale->register
method as taking an array, rather than an array of hash references.
Reported by David Hood.


0.03   2003-08-06

- Once a locale is loaded, it is cached in memory, so that locale
objects are singletons.  Calling methods that change the locale
registry, like register() or remove_alias(), clear that cache.  This
should provide a noticeable speed boost when constructing many
DateTime objects with the same locale.  Based on a patch from John
Siracusa.


0.02   2003-07-25

- Make sure tests pass without requiring DateTime 0.14 to be
installed.  Reported by Claus Farber.

- Document default formats and format lengths in
DateTime::Locale::Base.


0.01   2003-07-23

- Initial release