From b95672edc4bf278f94e7c5de7bc98f787f83038e Mon Sep 17 00:00:00 2001 From: Craig Johannsen Date: Thu, 30 Oct 2014 14:00:11 -0700 Subject: [PATCH] 'v0.1.12' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4affa2c..6c83d1d 100644 --- a/README.md +++ b/README.md @@ -472,7 +472,7 @@ to permit some rudimentary control of backpressure. Documented 'drain' event. use unique queue names to prevent interference from demos. **v0.1.12**: Modified WorkQueueMgr to preserve the order of -queue names used when calling popAny. ECMA-262 does not specify enumeration order, so an array should be used. Reference: +queue names used when calling popAny. ECMA-262 5.1 (15.2.3.14 Object.keys and 12.6.4 The for-in Statement) does not specify enumeration order, so an array should be used. Also, see: https://code.google.com/p/v8/issues/detail?id=164 ##Note: