Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2016-06-20 23:31:43 +0300
committerRebecca Turner <me@re-becca.org>2016-06-21 01:56:27 +0300
commit7472d38e8ac5c6b40ea59f33fc90058589626ade (patch)
tree398b5a93c8a2051269e88eb1aa2a2b675dad6c3f
parent6a33b2c13f637a41e25cd0339925bc430b50358a (diff)
doc: update changelog for 3.10.2
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f36af71fb..acd37a764 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+### v3.10.2 (2016-06-17):
+
+This is a quick hotfix release with two small bug fixes. First, there was
+an issue where the new progress bar would overwrite interactive prompts,
+that is, those found in `npm login` and `npm init`. Second, if the
+directory you were running `npm outdated` on was a bad link or otherwise had
+unrecoverable errors then npm would crash instead of printing the error.
+
+* [`fbefb86`](https://github.com/npm/npm/commit/fbefb8675b26320b295f481b4872ce99f0180807)
+ [`7779e9f`](https://github.com/npm/npm/commit/7779e9fb9430f6547532c67f2471864d62bbd5bc)
+ [#13105](https://github.com/npm/npm/issues/13105)
+ Disable progress bar in `adduser` and `init`.
+* [`6a33b2c`](https://github.com/npm/npm/commit/6a33b2c13f637a41e25cd0339925bc430b50358a)
+ [#13115](https://github.com/npm/npm/issues/13115)
+ Ensure that errors reading the package tree for `outdated` does not result
+ in crashs.
+ ([@iarna](https://github.com/iarna))
+
### v3.10.1 (2016-06-17):
There are two very important bug fixes and one long-awaited (and signifcant!)