Skip to content

Commit

Permalink
doc: fix wrong date and known issue in changelog.md
Browse files Browse the repository at this point in the history
* 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: #3650
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
  • Loading branch information
jasnell authored and Myles Borins committed Nov 17, 2015
1 parent 5a23bb5 commit d410d58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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).
Expand Down

0 comments on commit d410d58

Please sign in to comment.