Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 652 Bytes

changelog.md

File metadata and controls

16 lines (12 loc) · 652 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.1] - 2018-04-09

Changed

  • Renamed the misleading TimeZoneMismatch exception to UTCOffsetMismatch.

Removed

  • The interval property. The reason was that it can trivially be derived from the start/end instants and having it made the data type smart which created problems. In general keeping the data type dumb is preferred.

[1.0.0] - 2017-10-10

Added

  • Initial release