doc: update cluster entry in CHANGELOG
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 14 Jan 2015 20:23:13 +0000 (21:23 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 14 Jan 2015 21:00:51 +0000 (22:00 +0100)
PR-URL: https://github.com/iojs/io.js/pull/425
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
CHANGELOG.md

index ef33a2d..1f41749 100644 (file)
@@ -58,9 +58,9 @@ https://iojs.org/api/console.html
 
 https://iojs.org/api/cluster.html
 
-(**DETAILS TO BE ADDED HERE**)
-
 - Updated `cluster` to use round-robin load balancing by default on non-Windows platforms. The scheduling policy is configurable however.
+- `--debug` has been made cluster-aware.
+- Many bug fixes.
 
 ### crypto