summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2015-05-05 09:27:12 -0400
committerBrian White <mscdex@mscdex.net>2015-05-05 10:16:11 -0400
commit71dc7152eee93c70ab1a078b07c620e6d67c97fe (patch)
tree80ebcb6a7c7980d3b77e20f20e70ea5fed9dd624
parent7dde95a8bdd1b5aaeb3bb68a1f0abf7cfc8b3c96 (diff)
downloadnode-new-71dc7152eee93c70ab1a078b07c620e6d67c97fe.tar.gz
doc: fix PR link in CHANGELOG
PR-URL: https://github.com/iojs/io.js/pull/1624 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3953ba9e5f..207c34a26a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,7 @@ _Note: a new version of the 'url' module was reverted prior to release as it was
- The prefix used before the version number on `npm version` is now configurable via `tag-version-prefix` (@kkragenbrink) [npm/npm#8014](https://github.com/npm/npm/issues/8014)
* **os**: `os.tmpdir()` is now cross-platform consistent and will no longer returns a path with a trailling slash on any platform (Christian Tellnes) [#747](https://github.com/iojs/io.js/pull/747)
* **process**:
- - `process.nextTick()` performance has been improved by between 2-42% across the benchmark suite, notable because this is heavily used across core (Brian White) [#1548](https://github.com/iojs/io.js/pull/1548)
+ - `process.nextTick()` performance has been improved by between 2-42% across the benchmark suite, notable because this is heavily used across core (Brian White) [#1571](https://github.com/iojs/io.js/pull/1571)
- New `process.geteuid()`, `process.seteuid(id)`, `process.getegid()` and `process.setegid(id)` methods allow you to get and set effective UID and GID of the process (Evan Lucas) [#1536](https://github.com/iojs/io.js/pull/1536)
* **repl**:
- REPL history can be persisted across sessions if the `NODE_REPL_HISTORY_FILE` environment variable is set to a user accessible file, `NODE_REPL_HISTORY_SIZE` can set the maximum history size and defaults to `1000` (Chris Dickinson) [#1513](https://github.com/iojs/io.js/pull/1513)