src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.pluginhost.md
changeset 525 89ef5ed3c48b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.pluginhost.md	Tue Jul 16 14:29:46 2013 +0200
@@ -0,0 +1,122 @@
+Plugin Host 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
+-----
+
+  * Allow for non-base/non-attribute based plugins, by not assuming setAttrs or destroy exist
+    on the plugin.
+
+3.5.1
+-----
+
+  * No changes.
+
+3.5.0
+-----
+
+  * API corrected for hasPlugin. It returns the plugin if available, otherwise undefined.
+    It has always done this, and since they're truthy/falsey, figured it was better than
+    changing the behavior, in case folks are using the plugin instance returned by hasPlugin.
+
+3.4.1
+-----
+
+  * No changes.
+
+3.4.0
+-----
+
+  * No changes.
+
+3.3.0
+-----
+
+  * Broke pluginhost into pluginhost-base, pluginhost-config
+
+    pluginhost-base provides the core plug/unplug methods.
+
+    pluginhost-config provides support for constructor configuration
+    and static configuration of plugins.
+
+  * Added log statement if an invalid plugin is provided
+
+3.2.0
+-----
+
+  * No changes
+
+3.1.1
+-----
+
+  * No changes
+
+3.1.0
+-----
+
+  * Plugins now destroyed correctly, when host is destroyed.
+
+3.0.0
+-----
+
+  * Split out of "base" as a standalone module, for use by Node.