]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.23.0
authorKunal Marwaha <marwahaha@berkeley.edu>
Thu, 13 Dec 2018 06:37:03 +0000 (22:37 -0800)
committerKunal Marwaha <marwahaha@berkeley.edu>
Thu, 13 Dec 2018 06:37:03 +0000 (22:37 -0800)
CHANGELOG.md
Moment.js.nuspec

index 10f28030a89fed968fd65f3e7b447d1f6514a985..22f48159e2a3728f0239fa75111eeefd6055bbc0 100644 (file)
@@ -1,6 +1,16 @@
 Changelog
 =========
 
+### 2.23.0 [See full changelog](https://gist.github.com/marwahaha/eadb7ac11b761290399a576f8b2419a5)
+
+* Release Dec 12, 2018
+
+* [#4863](https://github.com/moment/moment/pull/4863) [new locale] added Kurdish language (ku)
+* [#4417](https://github.com/moment/moment/pull/4417) [bugfix] isBetween should return false for invalid dates
+* [#4700](https://github.com/moment/moment/pull/4700) [bugfix] Fix [#4698](https://github.com/moment/moment/pull/4698): Use ISO WeekYear for HTML5_FMT.WEEK
+* [#4563](https://github.com/moment/moment/pull/4563) [feature] Fix [#4518](https://github.com/moment/moment/pull/4518): Add support to add/subtract ISO weeks
+* other locale changes, build process changes, typos
+
 ### 2.22.2 [See full changelog](https://gist.github.com/marwahaha/4d992c13c2dbc0f59d4d8acae1dc6d3a)
 
 * Release May 31, 2018
index 3bd0f2d915188d4b656e79a6548474e79667ca62..622377cc016af7206d2c8284ba3424fbfcc36652 100644 (file)
@@ -7,11 +7,13 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release May 31, 2018
+            * Release Dec 12, 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)
+            * [#4863](https://github.com/moment/moment/pull/4863) [new locale] added Kurdish language (ku)
+            * [#4417](https://github.com/moment/moment/pull/4417) [bugfix] isBetween should return false for invalid dates
+            * [#4700](https://github.com/moment/moment/pull/4700) [bugfix] Fix [#4698](https://github.com/moment/moment/pull/4698): Use ISO WeekYear for HTML5_FMT.WEEK
+            * [#4563](https://github.com/moment/moment/pull/4563) [feature] Fix [#4518](https://github.com/moment/moment/pull/4518): Add support to add/subtract ISO weeks
+            * other locale changes, build process changes, typos
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>