From d94082482d6d1d43afe546613c8f6bd0cf14e5a9 Mon Sep 17 00:00:00 2001 From: Justin Kimbrell Date: Tue, 7 Oct 2014 00:11:23 -0400 Subject: [PATCH] Updated Changelog --- CHANGE LOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGE LOG.md b/CHANGE LOG.md index b7808aa8..7ad2b17d 100644 --- a/CHANGE LOG.md +++ b/CHANGE LOG.md @@ -1,5 +1,14 @@ # FlipClock.js +#### 0.7.2 +##### 10/06/2014 + +- (Bug Fix) Made it so the TwelveHourClock and TwentyFourHourClock faces can use the showSeconds parameter +- (Bug Fix) Fixed an issue with the time being overridden upon inheritance in the TwentyFourHour clock face +- (Refactor) Added param to the getTime and getMilitaryTime methods to hide the seconds from being returned +- (Example) Added twenty four hour clock without seconds +- (Example) Added Twelve Hour Clock example without seconds + #### 0.7.1 ##### 10/06/2014