From f47b8084787bc3a398a067c78e3b9eb0569292d2 Mon Sep 17 00:00:00 2001 From: Jens Date: Sat, 3 Sep 2016 23:28:07 +0200 Subject: [PATCH] Added calendar.js tweaks (capitalization / 'getRelative' tag) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2cda42..63acbfa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Added ability to remove tags from the beginning or end of newsfeed items in 'newsfeed.js'. - Added ability to define "the day after tomorrow" for calendar events (Definition for German and Dutch already included). +- Added ability to change the point of time when calendar events get relative. + +### Changed +- Calendar times are now uniformly capitalized + ## [2.0.4] - 2016-08-07