Current section

Files

Jump to
tzdata CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for Tzdata
## [0.1.0] - 2015-04-03
### Added
Added parsing of zone1970.tab file. This provides info about which timezones
applies in which countries.
Added leap second information.
### Changed
`Tzdata.TimeZoneDataSource` module removed! It is replaced by just `Tzdata`. All
of the function of `TimeZoneDataSource` has been moved to the `Tzdata` module.
Removed :wall as default argument in `periods_for_time` function.