Update changelog

This commit is contained in:
Jesse Gumm 2017-01-04 15:59:37 -06:00
parent 6fadc548d2
commit c42272a9eb

View file

@ -3,7 +3,7 @@
* Add `range_X` functions for getting a list of dates/times within a range
(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
(minute, hour, day, month, or year)
(minute, hour, day, week, 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)