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:
authorForrest L Norvell <forrest@npmjs.com>2015-02-20 19:47:33 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-02-20 19:47:33 +0300
commitef65fd0f1f81d119ff0e766f9e67e8f2b6434e99 (patch)
treeced10dca982c0f565fa74787a75a24e6b34db856
parent8b98f0e709d77a8616c944aebd48ab726f726f76 (diff)
update changelog for npm@2.6.1
-rw-r--r--CHANGELOG.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 683ab36d4..aebf1444c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+### v2.6.1 (2015-02-19):
+
+* [`8b98f0e`](https://github.com/npm/npm/commit/8b98f0e709d77a8616c944aebd48ab726f726f76)
+ [#4471](https://github.com/npm/npm/issues/4471) `npm outdated` (and only `npm
+ outdated`) now defaults to `--depth=0`. See the [docs for
+ `--depth`](https://github.com/npm/npm/blob/82f484672adb1a3caf526a8a48832789495bb43d/doc/misc/npm-config.md#depth)
+ for the mildly confusing details. ([@smikes](https://github.com/smikes))
+* [`aa79194`](https://github.com/npm/npm/commit/aa791942a9f3c8af6a650edec72a675deb7a7c6e)
+ [#6565](https://github.com/npm/npm/issues/6565) Tweak `peerDependency`
+ deprecation warning to include which peer dependency on which package is
+ going to need to change. ([@othiym23](https://github.com/othiym23))
+* [`5fa067f`](https://github.com/npm/npm/commit/5fa067fd47682ac3cdb12a2b009d8ca59b05f992)
+ [#7171](https://github.com/npm/npm/issues/7171) Tweak `engineStrict`
+ deprecation warning to include which `package.json` is using it.
+ ([@othiym23](https://github.com/othiym23))
+* [`0fe0caa`](https://github.com/npm/npm/commit/0fe0caa7eddb7acdacbe5ee81ceabaca27175c78)
+ `glob@4.4.0`: Glob patterns can now ignore matches.
+ ([@isaacs](https://github.com/isaacs))
+
### v2.6.0 (2015-02-12):
#### A LONG-AWAITED GUEST
@@ -7,7 +26,7 @@
make it do something useful on both bearer-based and basic-based authed
clients. ([@othiym23](https://github.com/othiym23))
* [`4bf0f5d`](https://github.com/npm/npm/commit/4bf0f5d56c33649124b486e016ba4a620c105c1c)
- `npm-registry-clieng@6.1.1`: Support new `logout` endpoint to invalidate
+ `npm-registry-client@6.1.1`: Support new `logout` endpoint to invalidate
token for sessions. ([@othiym23](https://github.com/othiym23))
#### DEPRECATIONS