]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Adding changelog for 0.6.0 0.6.0
authorTim Wood <washwithcare@gmail.com>
Wed, 21 Sep 2011 16:49:04 +0000 (09:49 -0700)
committerTim Wood <washwithcare@gmail.com>
Wed, 21 Sep 2011 16:49:04 +0000 (09:49 -0700)
README.markdown

index dcd12a0d98e11f9de3bcafcad11a21fd0fd4763a..001cbace6fda30e3c776557f74d7d2a15af814e5 100755 (executable)
@@ -712,6 +712,12 @@ Underscore.date is freely distributable under the terms of the MIT license.
 Changelog
 =========
 
+### 0.6.0
+
+Added _date.lang() support.
+Added support for passing multiple formats to try to parse a date. _date("07-10-1986", ["MM-DD-YYYY", "YYYY-MM-DD"]);
+Made parse from string and single format 25% faster.
+
 ### 0.5.2 
 
 Buxfix for [issue 8](https://github.com/timrwood/underscore.date/pull/8) and [issue 9](https://github.com/timrwood/underscore.date/pull/9).