From a2e924bbabcdc64d9a12ed762da404c13474c3ff Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Wed, 12 Dec 2018 22:37:03 -0800 Subject: [PATCH] Update changelog for 2.23.0 --- CHANGELOG.md | 10 ++++++++++ Moment.js.nuspec | 10 ++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f28030a..22f48159e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Moment.js.nuspec b/Moment.js.nuspec index 3bd0f2d91..622377cc0 100644 --- a/Moment.js.nuspec +++ b/Moment.js.nuspec @@ -7,11 +7,13 @@ Cory Deppen, Iskren Chernev A lightweight JavaScript date library for parsing, manipulating, and formatting dates. - * 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 http://momentjs.com/ http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png -- 2.47.3