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
path: root/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-02-12 04:10:42 +0300
committerisaacs <i@izs.me>2011-02-12 04:10:42 +0300
commit5ae19b86eca817ff290249e3d5b4ac3234a4c5d1 (patch)
tree18e5e0801e705c43da02512f7ddf31415550b6ad /doc
parentbe50e48469fc46c80846e3df16d0651e657bb757 (diff)
notes about node version and semver abstract-out
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/changelog.md b/doc/changelog.md
index 7960ab8c6..4c572dd89 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -239,4 +239,7 @@ npm-changelog(1) -- Changes
Read package defaults when reading json
* 0.3.0:
- More correct permission/uid handling. (Sudo is now ok!)
+ More correct permission/uid handling. (Sudo is now ok!)
+ Require node 0.4.0
+ Separate semver out into a separate utility.
+