diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd
index e90528588d095..68eca49fff36e 100644
--- a/docs/html/tools/support-library/index.jd
+++ b/docs/html/tools/support-library/index.jd
@@ -61,6 +61,33 @@ page.title=Support Library
Android Support Library, revision 20 (July 2014)
+
+
+
+ - Changes for v4 support library:
+ -
+
+ - Added extended notification support for Android Wear in
+ {@link android.support.v4.app.NotificationCompat.WearableExtender}, which allows you
+ to specify wearable-specific features in your notifications.
+ - Added {@link android.support.v4.app.NotificationCompat.Action.WearableExtender},
+ which allows actions to be added on wearable notifications.
+ - Added {@link android.support.v4.app.NotificationManagerCompat}, which allows you
+ to issue notifications that properly support wearable features.
+ - Added {@link android.support.v4.app.RemoteInput}, which allows a handheld device
+ to receive voice input from a notification that appears on a wearable device.
+ - Improved the handling of touch feedback in
+ {@link android.support.v4.widget.SwipeRefreshLayout}.
+
+
+
+
+
+
+