From a0629be75bc218c0568ffee1a419690278f3f6a3 Mon Sep 17 00:00:00 2001 From: Justin Kimbrell Date: Wed, 1 Oct 2014 23:24:03 -0400 Subject: [PATCH] Updated changelog --- CHANGE LOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGE LOG.md b/CHANGE LOG.md index 33776df4..976786df 100644 --- a/CHANGE LOG.md +++ b/CHANGE LOG.md @@ -4,7 +4,7 @@ ##### 9/1/2014 - (Bug Fix) Fixed an issue with the HourlyCounter and MinuteCounter faces not working properly when new digits are added -- (Refactor) Add new `appendDigitToClock` to clock method to the `FlipClock.Face` class that will append the new digits to the DOM. This method can be inherted by the class face to change the default behavior +- (Refactor) Add new `appendDigitToClock` to clock method to the `FlipClock.Face` class that will append the new digits to the DOM. This method can be inherited by the class face to change the default behavior #### 0.6.2 ##### 8/25/2014