qdate/CHANGELOG.markdown
2014-08-30 15:53:46 -05:00

23 lines
465 B
Markdown

## 0.4.0 (in-development)
* Add basic date arithmetic (still needs tests)
* Add `get_formats()` and `get_parsers()` to see list of registered formats and
parsers.
## 0.3.0
* Add Timezone/Daylight Saving Disambiguation
* Add the `auto` timezone shortcut
* Fix rebar.config to allow for compilation on Erlang 17
## 0.2.1
* Fix allowing timezone names to be binary
## 0.2.0
* Adding `qdate:compare/2,3` for easily comparing dates
## 0.1.0
* Initial Release