--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.cache.md Tue Jul 16 14:29:46 2013 +0200
@@ -0,0 +1,123 @@
+Cache 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
+-----
+
+ * Fixed issue with dropping values when `uniqueKeys` was `true`.
+ [Ticket #2531339] [PR #39] [Contributed by Stuart Colville]
+
+3.4.1
+-----
+
+ * No changes.
+
+3.4.0
+-----
+
+ * Added support to flush a specific request from the cache. [Pat Cavit]
+
+3.3.0
+-----
+
+ * Wrap access to `win.localStorage` in try/catch in case it has been disabled.
+ [Ticket #2529572]
+
+3.2.0
+-----
+
+ * Added `cache-offline` submodule. The `cache` submodule is renamed to
+ `cache-base` and the `cache` module is now a rollup.
+
+ * The `Cache` class no longer extends `Plugin.Base`. `Cache` now extends
+ `Base`, and `CacheOffline` extends `Cache`. Implementers who wish to use
+ `Cache` as a plugin should use `Plugin.Cache` in the `cache-plugin`
+ submodule.
+
+ * Added `expires` Attribute to `Cache`. Cached entries now include `expires`
+ and `cached` values.
+
+3.1.1
+-----
+
+ * No changes.
+
+3.1.0
+-----
+
+ * No changes.
+
+3.0.0
+-----
+
+ * Initial release.