]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.16.0
authorIskren Chernev <iskren.chernev@gmail.com>
Thu, 10 Nov 2016 06:44:06 +0000 (22:44 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Thu, 10 Nov 2016 06:44:06 +0000 (22:44 -0800)
CHANGELOG.md
Moment.js.nuspec

index 2ed46c4b7e3cec28fabe6a84eb3fe0f07caf923e..1b47d09879045658dc3a54a32ec5348d2d551578 100644 (file)
@@ -1,6 +1,26 @@
 Changelog
 =========
 
+### 2.16.0 [See full changelog](https://gist.github.com/ichernev/17bffc1005a032cb1a8ac4c1558b4994)
+* Release Nov 9, 2016
+
+## Features
+* [#3530](https://github.com/moment/moment/pull/3530) [feature] Check whether input is date before checking if format is array
+* [#3515](https://github.com/moment/moment/pull/3515) [feature] Fix [#2300](https://github.com/moment/moment/issues/2300): Default to current week.
+
+## Bugfixes
+* [#3546](https://github.com/moment/moment/pull/3546) [bugfix] Implement lazy-loading of child locales with missing prents
+* [#3523](https://github.com/moment/moment/pull/3523) [bugfix] parseZone should handle UTC
+* [#3502](https://github.com/moment/moment/pull/3502) [bugfix] Fix [#3500](https://github.com/moment/moment/issues/3500): ISO 8601 parsing should match the full string, not the beginning of the string.
+* [#3581](https://github.com/moment/moment/pull/3581) [bugfix] Fix parseZone, redo [#3504](https://github.com/moment/moment/issues/3504), fix [#3463](https://github.com/moment/moment/issues/3463)
+
+## New Locales
+* [#3416](https://github.com/moment/moment/pull/3416) [new locale] nl-be: Dutch (Belgium) locale
+* [#3393](https://github.com/moment/moment/pull/3393) [new locale] ar-dz: Arabic (Algeria) locale
+* [#3342](https://github.com/moment/moment/pull/3342) [new locale] tet: Tetun Dili (East Timor) locale
+
+And more locale, build and typescript improvements
+
 ### 2.15.2
 * Release Oct 23, 2016
 * [#3525](https://github.com/moment/moment/pull/3525) Speedup month standalone/format regexes **(IMPORTANT)**
index c7139eae58b21896a45b537924e8da3a66bf2584..5a20d1311ae8079a58505043f80c645e61d14a56 100644 (file)
@@ -7,9 +7,10 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight javascript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release Oct 23, 2016
-            * [3525] [misc] Speedup month standalone/format regexes IMPORTANT
-            * [3466] [misc] Fix typo of Javanese
+            * Release Nov 9, 2016 -- full changelog https://gist.github.com/ichernev/17bffc1005a032cb1a8ac4c1558b4994
+            * [3515] [feature] Default to current week (fixes #2300)
+            * [3546] [bugfix] lazy loading of locales
+            * [3523] [3581] Fix multiple issue in parseZone
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>