Update changelog

This commit is contained in:
Jesse Gumm 2016-02-26 13:50:49 -06:00
parent f39b4edb92
commit 1f7f5d9f69

View file

@ -4,6 +4,8 @@
(such as `range_day/3` to get a range of days between a start and end date. (such as `range_day/3` to get a range of days between a start and end date.
* Add `beginning_X` functions to return the beginning of the provided precision * Add `beginning_X` functions to return the beginning of the provided precision
(minute, hour, day, month, or year) (minute, hour, day, month, or year)
* Add `between/[2,3,5]` functions for computing whether a date/time is between
two others.
* Update to rebar3 and add hex compatability. (@Licenser) * Update to rebar3 and add hex compatability. (@Licenser)
* Properly add dependent apps to .app.src (@Licenser) * Properly add dependent apps to .app.src (@Licenser)
* Remove R14 from travis testing. * Remove R14 from travis testing.