]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.24.0
authorKunal Marwaha <marwahaha@berkeley.edu>
Mon, 21 Jan 2019 20:57:09 +0000 (12:57 -0800)
committerKunal Marwaha <marwahaha@berkeley.edu>
Mon, 21 Jan 2019 20:57:09 +0000 (12:57 -0800)
CHANGELOG.md
Moment.js.nuspec

index 22f48159e2a3728f0239fa75111eeefd6055bbc0..aa3aef2a704b96ceb63cef28d2a62f24617cd8d0 100644 (file)
@@ -1,6 +1,16 @@
 Changelog
 =========
 
+### 2.24.0 [See full changelog](https://gist.github.com/marwahaha/12366fe45bee328f33acf125d4cd540e)
+
+* Release Jan 21, 2019
+
+* [#4338](https://github.com/moment/moment/pull/4338) [bugfix] Fix startOf/endOf DST issues while boosting performance
+* [#4553](https://github.com/moment/moment/pull/4553) [feature] Add localeSort param to Locale weekday methods
+* [#4887](https://github.com/moment/moment/pull/4887) [bugfix] Make Duration#as work with quarters
+* 3 new locales (it-ch, ga, en-SG)
+* Lots of locale improvements
+
 ### 2.23.0 [See full changelog](https://gist.github.com/marwahaha/eadb7ac11b761290399a576f8b2419a5)
 
 * Release Dec 12, 2018
index 6a0ca52fcc682235cec3c4be4f8856b97b1b9c74..163e80a473679efc7bfdc3a46a18e00d8603aade 100644 (file)
@@ -7,13 +7,13 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release Dec 12, 2018
+            * Release Jan 21, 2019
 
-            * [#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
+            * [#4338](https://github.com/moment/moment/pull/4338) [bugfix] Fix startOf/endOf DST issues while boosting performance
+            * [#4553](https://github.com/moment/moment/pull/4553) [feature] Add localeSort param to Locale weekday methods
+            * [#4887](https://github.com/moment/moment/pull/4887) [bugfix] Make Duration#as work with quarters
+            * 3 new locales (it-ch, ga, en-SG)
+            * Lots of locale improvements
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>