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>2015-06-26 03:59:31 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:59:31 +0300
commit0772c950998092e01f601766cf711c652f22a0c5 (patch)
tree682ee20888a8717954fca33a01992d8c400b493d /CHANGELOG.md
parent283eef46c5f863c99a2e1510e4cf133b987beb48 (diff)
changelog: Add two more known bugs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a80184ef..52af3f5c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -89,6 +89,12 @@ that isn't on this list,
* [#8588](https://github.com/npm/npm/issues/8588)
Local deps where the dep name and the name in the package.json differ
don't result in an error.
+* [#8637](https://github.com/npm/npm/issues/8637)
+ Modules can install themselves as direct dependencies. npm@2 declined to
+ do this.
+* [#8660](https://github.com/npm/npm/issues/8660)
+ Dependencies of failed optional dependencies aren't rolled back when the
+ optional dependency is, and then are reported as extraneous thereafter.
#### NEW FEATURES