- Can handle months being spelled out instead of abbreveated to 3 letters as happened in one place in 2024b. (Moxley Stratton)
- tzdata release version shipped with this library is now 2024b instead of 2021e.
- Fix period overlaps for certain zones (Jarrod Moldrich)
- tzdata release version shipped with this library is now 2021e instead of 2020e.
- Call :rand instead of :random for avoiding warnings
- Fixed Elixir 1.11 compilation warnings. (Ho-Yon Mak)
- Increased hackney dependency version requirement to ~> 1.17
- tzdata release version shipped with this library is now 2020e instead of 2020d.
- Fix issues with Tzdata.TimeZoneDatabase during gaps (Benjamin Milde)
- tzdata release version shipped with this library is now 2020d instead of 2019c.
- Fix warning in Elixir 1.11 (Thanabodee Charoenpiriyakij)
- tzdata release version shipped with this library is now 2019c instead of 2019a.
- Hackney was not set as an "application" in non-dev environments in 1.0.2 and could cause errors in updating.
- Avoid creating atoms for non-existing time zone names.
- Fixed: could not process 2019b release. Error related to
first_matching_weekday_in_month(1932, 4, 7, [])
.
- Elixir version requirement increased to Elixir 1.8+
- ETS table normalization for performance improvements over 0.5.x releases
- .ets release files now have contents with a different structure
- Because of the different structre the .ets files now have a different file ending. E.g.: 2019a.v2.ets
- Tzdata.TimeZoneDatabase module that implements the Calendar.TimeZoneDatabase behaviour.
Changelog for v0.5.x releases can be found in the pre_1-8 branch.