]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.17.0
authorIskren Chernev <iskren.chernev@gmail.com>
Tue, 22 Nov 2016 13:38:58 +0000 (15:38 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Tue, 22 Nov 2016 13:38:58 +0000 (15:38 +0200)
CHANGELOG.md
Moment.js.nuspec

index 1b47d09879045658dc3a54a32ec5348d2d551578..88162c335e329d0ede87039fe17f4c0ba45c3b8f 100644 (file)
@@ -1,6 +1,17 @@
 Changelog
 =========
 
+### 2.17.0 [Also available here](https://gist.github.com/ichernev/ed58f76fb95205eeac653d719972b90c)
+* Release Nov 22, 2016
+
+* [#3435](https://github.com/moment/moment/pull/3435) [new locale] yo: Yoruba (Nigeria) locale
+* [#3595](https://github.com/moment/moment/pull/3595) [bugfix] Fix accidental reference to global "value" variable
+* [#3506](https://github.com/moment/moment/pull/3506) [bugfix] Fix invalid moments returning valid dates to method calls
+* [#3563](https://github.com/moment/moment/pull/3563) [locale] ca: Change future relative time
+* [#3504](https://github.com/moment/moment/pull/3504) [tests] Fixes [#3463](https://github.com/moment/moment/issues/3463), parseZone not handling Z correctly (tests only)
+* [#3591](https://github.com/moment/moment/pull/3591) [misc] typescript: update typescript to 2.0.8, add strictNullChecks=true
+* [#3597](https://github.com/moment/moment/pull/3597) [misc] Fixed capitalization in nuget spec
+
 ### 2.16.0 [See full changelog](https://gist.github.com/ichernev/17bffc1005a032cb1a8ac4c1558b4994)
 * Release Nov 9, 2016
 
index 8e66d6f7de4e875a69f36497ab722d8ba28015bf..231985d86f1627a0cbdc086f5a759e0641e2caf0 100644 (file)
@@ -7,10 +7,8 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release Nov 9, 2016 -- full changelog https://gist.github.com/ichernev/17bffc1005a032cb1a8ac4c1558b4994
-            * [3515] [feature] Default to current week (fixes #2300)
-            * [3546] [bugfix] lazy loading of locales
-            * [3523] [3581] Fix multiple issue in parseZone
+            * Release Nov 22, 2016 -- full changelog https://gist.github.com/ichernev/ed58f76fb95205eeac653d719972b90c
+            * [#3591](https://github.com/moment/moment/pull/3591) [misc] typescript: update typescript to 2.0.8, add strictNullChecks=true
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>