Skip to content

Commit

Permalink
'v0.1.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjohan committed Oct 30, 2014
1 parent 03770fb commit b95672e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b95672e

Please sign in to comment.