]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.19.4
authorKunal Marwaha <marwahaha@berkeley.edu>
Mon, 11 Dec 2017 01:02:44 +0000 (20:02 -0500)
committerKunal Marwaha <marwahaha@berkeley.edu>
Mon, 11 Dec 2017 01:02:44 +0000 (20:02 -0500)
CHANGELOG.md
Moment.js.nuspec

index d4e9a7d96e4552d7bdd71b41577e2c2fb8beb38b..e2461bdd8b8524b4dc616edd3e61cfa98192b9a8 100644 (file)
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+### 2.19.4 [See changelog](https://gist.github.com/marwahaha/d3b7b0ddf4bdae512244f16e8cc59efb)
+
+* Release Dec 10, 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
+
 ### 2.19.3 [See changelog](https://gist.github.com/marwahaha/3654006bc0c2e522451c08d12c0bfabf)
 
 * Release Nov 29, 2017
index a71d8e138792913c5f3252ea7212bc5913f34a2d..171785531a1d020bff1b7072e87cb1f34ddc5c50 100644 (file)
@@ -7,10 +7,11 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release Nov 29, 2017
+            * Release Dec 10, 2017
 
-            * [#4326](https://github.com/moment/moment/pull/4326) [bugfix] Fix for ReDOS vulnerability (see [#4163](https://github.com/moment/moment/issues/4163))
-            * [#4289](https://github.com/moment/moment/pull/4289) [misc] Fix spelling and formatting for U.S. for es-us
+            * [#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
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>