]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.20.0
authorKunal Marwaha <marwahaha@berkeley.edu>
Sun, 17 Dec 2017 01:07:38 +0000 (20:07 -0500)
committerKunal Marwaha <marwahaha@berkeley.edu>
Sun, 17 Dec 2017 01:07:38 +0000 (20:07 -0500)
CHANGELOG.md
Moment.js.nuspec

index e2461bdd8b8524b4dc616edd3e61cfa98192b9a8..1423604fb248e8479661b1cb94d960436e5b1a78 100644 (file)
@@ -1,6 +1,18 @@
 Changelog
 =========
 
+### 2.20.0 [See full changelog](https://gist.github.com/marwahaha/e0d4135fbf8bb75fa85c4aa2bddc5031)
+
+* Release Dec 16, 2017
+
+* [#4312](https://github.com/moment/moment/pull/4312) [bugfix] Fix [#4251](https://github.com/moment/moment/pull/4251): Avoid RFC2822 in utc() test
+* [#4240](https://github.com/moment/moment/pull/4240) [bugfix] Fix incorrect strict parsing with full-width parentheses
+* [#4341](https://github.com/moment/moment/pull/4341) [feature] Prevent toISOString converting to UTC (issue [#1751](https://github.com/moment/moment/pull/1751))
+* [#4154](https://github.com/moment/moment/pull/4154) [feature] add format constants to support output to HTML5 input type formats (see [#3928](https://github.com/moment/moment/pull/3928))
+* [#4143](https://github.com/moment/moment/pull/4143) [new locale] mt: Maltese language
+* [#4183](https://github.com/moment/moment/pull/4183) [locale] Relative seconds i18n
+* Various other locale improvements
+
 ### 2.19.4 [See changelog](https://gist.github.com/marwahaha/d3b7b0ddf4bdae512244f16e8cc59efb)
 
 * Release Dec 10, 2017
index a38e0998a85cd80b764f1e8b1f6ffeeaa81ae248..bee56056ca7faffe535d5e7f25c276a165efbfd2 100644 (file)
@@ -7,11 +7,15 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release Dec 10, 2017
+            * Release Dec 16, 2017
 
-            * [#4332](https://github.com/moment/moment/pull/4332) [bugfix] Fix weekday verification for UTC and offset days (fixes [#4227](https://github.com/moment/moment/pull/4227))
-            * [#4336](https://github.com/moment/moment/pull/4336) [bugfix] Fix [#4334](https://github.com/moment/moment/pull/4334): Remove unused function call argument
-            * [#4246](https://github.com/moment/moment/pull/4246) [misc] Add 'ss' relative time key to typescript definition
+            * [#4312](https://github.com/moment/moment/pull/4312) [bugfix] Fix [#4251](https://github.com/moment/moment/pull/4251): Avoid RFC2822 in utc() test
+            * [#4240](https://github.com/moment/moment/pull/4240) [bugfix] Fix incorrect strict parsing with full-width parentheses
+            * [#4341](https://github.com/moment/moment/pull/4341) [feature] Prevent toISOString converting to UTC (issue [#1751](https://github.com/moment/moment/pull/1751))
+            * [#4154](https://github.com/moment/moment/pull/4154) [feature] add format constants to support output to HTML5 input type formats (see [#3928](https://github.com/moment/moment/pull/3928))
+            * [#4143](https://github.com/moment/moment/pull/4143) [new locale] mt: Maltese language
+            * [#4183](https://github.com/moment/moment/pull/4183) [locale] Relative seconds i18n
+            * Various other locale improvements, [see full changelog here](https://gist.github.com/marwahaha/e0d4135fbf8bb75fa85c4aa2bddc5031)
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>