From: Tim Wood Date: Wed, 21 Sep 2011 16:49:04 +0000 (-0700) Subject: Adding changelog for 0.6.0 X-Git-Tag: 0.6.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cb12b8f0003af6b0b14a672cd4e3e4540624f8a;p=thirdparty%2Fmoment.git Adding changelog for 0.6.0 --- diff --git a/README.markdown b/README.markdown index dcd12a0d9..001cbace6 100755 --- a/README.markdown +++ b/README.markdown @@ -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).