summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2015-11-03 12:33:21 -0800
committerJames M Snell <jasnell@gmail.com>2015-11-04 15:21:00 -0800
commit3268383c2b0c28ac6ef1ab336c271f58750eaced (patch)
tree6d2cc5fff917e669af995583be4db227951124d0 /CHANGELOG.md
parenta6a7338b1c1bce5276a86933a4b3553593f24b64 (diff)
downloadandroid-node-v8-3268383c2b0c28ac6ef1ab336c271f58750eaced.tar.gz
android-node-v8-3268383c2b0c28ac6ef1ab336c271f58750eaced.tar.bz2
android-node-v8-3268383c2b0c28ac6ef1ab336c271f58750eaced.zip
doc: fix wrong date and known issue in changelog.md
* A known issue was resolved but not removed from the list * The wrong date was documented in the changelog for v4.2.2 PR-URL: https://github.com/nodejs/node/pull/3650 Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ce1cc6ef3..be628de737 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Node.js ChangeLog
-## 2015-10-29, Version 4.2.2 'Argon' (LTS), @jasnell
+## 2015-11-03, Version 4.2.2 'Argon' (LTS), @jasnell
### Notable changes
@@ -24,7 +24,6 @@ This is an LTS maintenance release that addresses a number of issues:
### Known issues
-* Some problems with unreferenced timers running during `beforeExit` are still to be resolved. See [#1264](https://github.com/nodejs/node/issues/1264).
* Surrogate pair in REPL can freeze terminal. [#690](https://github.com/nodejs/node/issues/690)
* Calling `dns.setServers()` while a DNS query is in progress can cause the process to crash on a failed assertion. [#894](https://github.com/nodejs/node/issues/894)
* `url.resolve` may transfer the auth portion of the url when resolving between two full hosts, see [#1435](https://github.com/nodejs/node/issues/1435).