CHANGELOG.rdoc in timeliness-0.3.4 vs CHANGELOG.rdoc in timeliness-0.3.5
- old
+ new
@@ -1,4 +1,7 @@
+= 0.3.5 - 2012-03-29
+* Correctly handle month value of 0. Fixes issue#4.
+
= 0.3.4 - 2011-05-26
* Compact time array when creating time in zone so that invalid time handling works properly. Fixes issue#3.
= 0.3.3 - 2011-01-02
* Add String core extension for to_time, to_date and to_datetime methods, like ActiveSupport