- [Added] no_std support
- [Changed] Updated some methods from chrono that became deprecated
- [Changed] Tests updated for 2024a system files
- [Changed] Updated fields tzh_ttisgmtcnt and tt_gmtoff to tzh_ttisutcnt and tt_utoff
- [Fixed] Issue #3 (Calling zoneinfo on a file without transition times panics)
- [Added] Proper handling of TZFiles without transition times by the zoneinfo() function
- [Added] Merged Functionalities from the (no longer updated) tzparse crate
- [Added] Error conversion for serde (json feature)
- [Changed] Renamed some fields, structs and functions, updated the doc accordingly
- [Removed] Chrono feature
- [Removed] Tzfiles root dir override by ENV
- [Changed] Tzfiles are now accessed by absolute path, no longer by relative path