From 37f8bf48e9b1363a52601de2570d497ec86d2f3d Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Sat, 7 Nov 2015 11:42:25 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 9c672e6..bc8c934 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,9 @@ ## 0.5.0 (in development) -* Add range functions for getting a list of dates/times within a range. +* 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) * Update to rebar3 and add hex compatability. (@Licenser) * Properly add dependent apps to .app.src (@Licenser) * Remove R14 from travis testing.