Module tzdb::changelog

source ·
Expand description

Changes between the versions

0.2.14

  • Make v0.2.x branch re-export v0.5.x branch
  • Implement for serde_with v2

0.2.13

0.2.12

0.2.11

0.2.10

0.2.9

0.2.8

0.2.7

  • Fix error if build and target platform have different pointer widths

0.2.6

0.2.5

  • Ensure -Zminimal-versions works

0.2.4

  • Fix missing import if the project is used with default-features = false

0.2.3

  • Fix lookup error for names containing underscores

0.2.2

  • Bump dependency versions

0.2.1

  • Fix typos
  • Introduce VERSION and VERSION_HASH

0.2.0

  • Update to 2022a

  • Make the unparsed binary time zone data available

  • Simplify the library by removing the trait TimeZoneExt:

    • TimeZoneExt::from_db() is now tz_by_name()
    • TimeZoneExt::local_from_db() is now local_tz()
    • TimeZoneExt::names_in_db() is now TZ_NAMES

0.1.3

  • Optimize DateTime deserialization to work without dynamic allocation (tz-rs#22)

0.1.2

  • Include “backzone” data to include pre-1970 information for some more time zones

0.1.1

  • Make UtcDateTime/DateTime serializable with serde using serde_with

0.1.0

  • Initial release