You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Node.js ChangeLog
2
2
3
+
## 2015-10-13, Version 4.2.1 'Argon' (Stable), @jasnell
4
+
5
+
### Notable changes
6
+
7
+
* Includes fixes for two regressions
8
+
- Assertion error in WeakCallback - see [#3329](https://github.com/nodejs/node/pull/3329)
9
+
- Undefined timeout regression - see [#3331](https://github.com/nodejs/node/pull/3331)
10
+
11
+
### Known issues
12
+
13
+
* Some problems with unreferenced timers running during `beforeExit` are still to be resolved. See [#1264](https://github.com/nodejs/node/issues/1264).
14
+
* Surrogate pair in REPL can freeze terminal. [#690](https://github.com/nodejs/node/issues/690)
15
+
* 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)
16
+
* `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).
0 commit comments