diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.async-queue.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.async-queue.md Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,132 @@ +AsyncQueue Change History +========================= + +3.10.3 +------ + +* No changes. + +3.10.2 +------ + +* No changes. + +3.10.1 +------ + +* No changes. + +3.10.0 +------ + +* No changes. + +3.9.1 +----- + +* No changes. + +3.9.0 +----- + +* No changes. + +3.8.1 +----- + +* No changes. + +3.8.0 +----- + +* No changes. + +3.7.3 +----- + +* No changes. + +3.7.2 +----- + +* No changes. + +3.7.1 +----- + +* No changes. + +3.7.0 +----- + +* No changes. + +3.6.0 +----- + +* No changes. + +3.5.1 +----- + +* No changes. + +3.5.0 +----- + + * No changes. + +3.4.1 +----- + + * No changes. + +3.4.0 +----- + + * No changes. + +3.3.0 +----- + + * No changes. + +3.2.0 +----- + + * No changes. + +3.1.1 +----- + + * No changes. + +3.1.0 +----- + + * No changes. + +3.0.0 +----- + + * [!] `queue-base` is now part of `yui`. + + * [!] `queue-run` was renamed `async-queue` and both `async-queue` and + `queue-promote` are now independent modules. + + * `AsyncQueue` defaults to asynchronous callback execution (again). + +3.0.0beta1 +------------ + + * Overhaul. Broken into `queue-base`, `queue-promote`, and `queue-run`. + +3.0.0pr2 +--------- + + * No changes. + +3.0.0pr1 +--------- + + * Initial release.