]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.22.2
authorKunal Marwaha <marwahaha@berkeley.edu>
Fri, 1 Jun 2018 06:43:56 +0000 (23:43 -0700)
committerKunal Marwaha <marwahaha@berkeley.edu>
Fri, 1 Jun 2018 06:43:56 +0000 (23:43 -0700)
CHANGELOG.md
Moment.js.nuspec

index 73d1f199145b02ada04ed623faa251b8eb9be7c4..10f28030a89fed968fd65f3e7b447d1f6514a985 100644 (file)
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+### 2.22.2 [See full changelog](https://gist.github.com/marwahaha/4d992c13c2dbc0f59d4d8acae1dc6d3a)
+
+* Release May 31, 2018
+
+* [#4564](https://github.com/moment/moment/pull/4564) [bugfix] Avoid using trim()
+* [#4453](https://github.com/moment/moment/pull/4453) [bugfix] Treat periods as periods, not regex-anything period, for weekday parsing in strict mode.
+* Minor locale improvements (pa-in, be, az)
+
 ### 2.22.1 [See full changelog](https://gist.github.com/marwahaha/ff2cd13d0eda08afb7a237b10aae558c)
 
 * Release Apr 14, 2018
index efbb8747ed20337befe75bf03dad0d8fb9372094..1e8e29fd19372c5fa34d3aac7d1d8061d5b6110a 100644 (file)
@@ -7,11 +7,11 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release Apr 14, 2018 
+            * Release May 31, 2018
 
-            * [#4495](https://github.com/moment/moment/pull/4495) [bugfix] Added HTML5_FMT to moment.d.ts
-            * Minor locale improvements
-            * QUnit upgrade and coveralls reporting
+            * [#4564](https://github.com/moment/moment/pull/4564) [bugfix] Avoid using trim()
+            * [#4453](https://github.com/moment/moment/pull/4453) [bugfix] Treat periods as periods, not regex-anything period, for weekday parsing in strict mode.
+            * Minor locale improvements (pa-in, be, az)
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>