diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd
index dba4e7404151c..389238f77ee27 100644
--- a/docs/html/tools/support-library/index.jd
+++ b/docs/html/tools/support-library/index.jd
@@ -62,6 +62,49 @@ page.title=Support Library
Android Support Library, revision 19.0.1 (December 2013)
+
+
+
+ - Changes for v4 support library:
+ -
+
+ - Improved {@link android.support.v4.print.PrintHelper} by adding asynchronous
+ handling of printing.
+ - Fixed the {@link android.support.v4.widget.DrawerLayout} class approximation of
+ the {@link android.view.View#addChildrenForAccessibility addChildrenForAccessibility()}
+ method.
+ - Fixed slide drawable mirroring in {@link
+ android.support.v4.app.ActionBarDrawerToggle}.
+ - Fixed off-by-one issue when removing an item from a collection iterator.
+
+
+
+ - Changes for v7 mediarouter library:
+ -
+
+ - Improved route identification by using full component name in the {@link
+ android.support.v7.media.MediaRouteProvider.ProviderMetadata}.
+ - Updated {@link android.support.v7.app.MediaRouteChooserDialog} to hide disabled
+ routes.
+
+
+
+ - Changes for v8 renderscript library:
+ -
+
+ - Added error propagation for the RenderScript thunking layer.
+
+
+
+
+
+
+
+
+