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:
authorisaacs <i@izs.me>2011-02-23 05:07:10 +0300
committerisaacs <i@izs.me>2011-02-23 05:07:10 +0300
commitd40d784305dd68e656f3cc8bacf15954bd0f1151 (patch)
tree717c0a983e8a5b577166be3daa13fa0ab8619e56
parentd7d8662bf1860c655c6cc2324e3daa13efdfdf98 (diff)
Changelog for 0.3.1-0.3.5
-rw-r--r--doc/changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.md b/doc/changelog.md
index 4728f8748..6bb4693ee 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -245,3 +245,7 @@ npm-changelog(1) -- Changes
Packages without "main" modules don't export modules.
No shims! (Still has symlinks, though)
+* 0.3.1-0.3.5:
+ Ease up on permission forcing.
+ Fix bugs around proxy handling.
+ Remove support for invalid JSON (since node doesn't support it)