From 35ec98cf134b1d2541ac997ed56497556faf72b1 Mon Sep 17 00:00:00 2001 From: "Ashley M. Kirchner" Date: Fri, 8 Jul 2016 19:02:11 -0600 Subject: [PATCH] Analog clock addition (cherry picked from commit 5032967343aec2d1a1d66f2ed26dce8b84d8cf37) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a5daf8..1e9b01d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add max newsitems parameter to the newsfeed module. - Translations for Simplified Chinese, Traditional Chinese and Japanese. - Polish Translation +- Add an analog clock in addition to the digital one. ### Fixed - Edit Alert Module to display title & message if they are provided in the notification (Issue #300)