diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui_3.0.0b1/releasenotes/README.console
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/media/js/lib/yui/yui_3.0.0b1/releasenotes/README.console Mon Nov 23 15:14:29 2009 +0100
@@ -0,0 +1,26 @@
+The Console tool
+ The Console tool creates a cross browser display to read log messages emitted by the YUI logging subsystem.
+
+3.0.0 beta1
+ * logSource attribute added to configure listening for events from a
+ specific target. Also useful for subscribing to all log events across
+ multiple YUI instances.
+ * Lowered consoleLimit default to 300
+ * printLimit attribute added to limit the number of entries from the buffer
+ to output in a given printBuffer call
+ * printBuffer(max) argument added to limit the number of entries to print
+ in this cycle
+ * Changed from setTimeout to setInterval to chunk DOM output
+ * logLevel constants changed to strings and categories outside info, warn,
+ and error are not treated as info
+ * CSS updates
+ * Support for height and width attribute configuration
+ * Changed to