From 3dd7ebb0ba181960fb6d7131e11243a6ec85458d Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 14 Jan 2015 21:23:13 +0100 Subject: [PATCH] doc: update cluster entry in CHANGELOG PR-URL: https://github.com/iojs/io.js/pull/425 Reviewed-By: Chris Dickinson --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef33a2de155550..1f417499eae2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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