- Rebuilt all locale data with CLDR 37, released on 2020-04-23.
1.25 2019-10-09
- Rebuilt all locale data with CLDR 36, released on 2019-10-04.
1.24 2019-03-28
- Rebuilt all locale data with CLDR 35, released on 2019-03-27.
1.23 2018-10-17
- Rebuilt all locale data with CLDR 34, released on 2018-10-15.
1.22 2018-06-08
Rebuilt all locale data with the glibc data from glibc 2.27.
Added documentation for this glibc data.
Reformatted the DateTime::Locale::FromData docs.
1.21 2018-06-08
- Added a new DateTime::Local->register_from_data method. This replaces the
old custom locale registration system with something much simpler. Instead
of providing a new class you simply provide a hash of data for the locale
and it becomes available for use via DateTime::Local->load. Implemented by
Ryley Breiddal. PR #21. Addresse GH #19.