diff --git a/src/imageloader/HISTORY.md b/src/imageloader/HISTORY.md
new file mode 100644
index 00000000000..f2e5ffde1bd
--- /dev/null
+++ b/src/imageloader/HISTORY.md
@@ -0,0 +1,42 @@
+ImageLoader Change History
+==========================
+
+3.4.0
+-----
+ * Added classNameAction option for ImgGroup. Setting to "enhanced" means that
+ when using className on an
element, the src attribute is replaced
+ rather than simply removing the class name. [Ticket #2530087]
+
+3.3.0
+-----
+ * No change
+
+3.2.0
+-----
+ * No change
+
+3.1.1
+-----
+ * No change
+
+3.1.0
+-----
+ * PNG image fix for IE6 [Ticket #2528448]
+ * Convert deprecated Y.get calls to Y.one
+
+3.0.0
+-----
+ * No change
+
+3.0.0 beta 1
+------------
+ * 3.0 conversion
+ * New features:
+ * Fold groups indicated by a distance from the fold, and images are
+ loaded in cascading fashion as each reaches that distance
+ Scroll and resize triggers are set automatically for these groups
+ * Custom triggers can belong to the global Y instance or to any local event
+ target
+ * Bg, Src, and Png images are all registered with groups via the same
+ "registerImage" method, and differentiated by attribute parameters
+
diff --git a/src/imageloader/README b/src/imageloader/README
deleted file mode 100644
index 29ebbb06e8f..00000000000
--- a/src/imageloader/README
+++ /dev/null
@@ -1,36 +0,0 @@
-ImageLoader - Release Notes
-
-Development Master
-
-3.4.0
-
- - Added classNameAction option for ImgGroup. Setting to "enhanced" means that when
- using className on an
element, the src attribute is replaced rather than
- simply removing the class name.
-
-3.3.0
- - No change
-
-3.2.0
- - No change
-
-3.1.1
- - No change
-
-3.1.0
- - fix #2528448 - PNG image fix for IE6
- - Convert deprecated Y.get calls to Y.one
-
-3.0.0
- - No change
-
-3.0.0 beta 1
- - 3.0 conversion
- - New features:
- - Fold groups indicated by a distance from the fold, and images are
- loaded in cascading fashion as each reaches that distance
- Scroll and resize triggers are set automatically for these groups
- - Custom triggers can belong to the global Y instance or to any local event target
- - Bg, Src, and Png images are all registered with groups via the same "registerImage"
- method, and differentiated by attribute parameters
-
diff --git a/src/imageloader/README.md b/src/imageloader/README.md
new file mode 100644
index 00000000000..5210afbf7cb
--- /dev/null
+++ b/src/imageloader/README.md
@@ -0,0 +1,5 @@
+ImageLoader
+===========
+
+Provides dynamic loading of images according to user-event triggers, fold
+location, or time limits