diff --git a/docs/html/topic/libraries/support-library/revisions.jd b/docs/html/topic/libraries/support-library/revisions.jd
index 47d2ac18df01f..7e78925e95874 100644
--- a/docs/html/topic/libraries/support-library/revisions.jd
+++ b/docs/html/topic/libraries/support-library/revisions.jd
@@ -6,9 +6,129 @@ page.metaDescription=This page provides details about the Support Library packag
This page provides details about the Support Library package releases.
-
+
Android Support Library, revision 24.1.0
+ (July 2016)
+
+
+
+
+ -
+ Changes for v4 Support
+ Library:
+
+
+ -
+
+ - {@link android.support.v4.app.NotificationCompat.Action.WearableExtender}
+ has new
getHintDisplayActionInline() and
+ setHintDisplayActionInline() methods for compatibility with
+ Android Wear 2.0 Preview.
+ These methods allow an application to specify that an action should be
+ displayed inline with the notification.
+
+
+ - Calling {@link android.support.v4.app.Fragment#setUserVisibleHint
+ Fragment.setUserVisbileHint()} will no longer cause a fragment to become
+ started if the hint has been added to a {@link
+ android.support.v4.app.FragmentTransaction} that is not yet committed. This
+ affects users of {@link android.support.v4.app.FragmentPagerAdapter} that
+ override {@link android.support.v4.app.Fragment#setUserVisibleHint
+ setUserVisbileHint()} and assume a specific lifecycle state of the fragment
+ after calling
super.setUserVisibleHint(). For more information,
+ see the reference page for docs for {@link
+ android.support.v4.app.Fragment#setUserVisibleHint
+ Fragment.setUserVisbileHint()}.
+
+
+
+
+
Fixed issues:
+
+
+ - TabLayout.setCustomView(null) results in NullPointerException
+ (AOSP
+ issue)
+
+
+ - TabLayout incorrectly highlights custom tabs (AOSP issue 214316)
+
+
+ - AppCompatTextHelper uses incorrectly sorted attribute array (AOSP issue 214366)
+
+
+ - Unable to reference VectorDrawable from drawable container XML when using
+ custom ContextWrapper (AOSP issue 214055)
+
+
+ - ViewDragHelper.saveLastMotion() throws ArrayIndexOutOfBoundsException
+ (AOSP
+ issue 212945)
+
+
+ - BottomSheetBehavior expands to old content height when using
+ setState(STATE_EXPANDED) (AOSP issue
+ 213660)
+
+
+ - CollapsingToolbarLayout doesn’t handle pinnable children with top or
+ bottom margins (AOSP issue
+ 213001)
+
+
+ - Leanback browse title does not support RTL alignment (AOSP issue
+ 213461)
+
+
+ - PagerTabStrip disappears due to missing inherited annotation (AOSP issue
+ 213359)
+
+
+ - Data binding throws NullPointerException when using Boolean to set
+ conditional flags (AOSP issue
+ 191841)
+
+
+ - CoordinatorLayout does not respond to setFitsSystemWindows() (AOSP issue
+ 212720)
+
+
+ - BottomSheetBehavior crashes when setting initial state (AOSP issue
+ 203114)
+
+
+ - ViewPager skips pages if the page index is a large value (AOSP issue
+ 211734)
+
+
+ - BottomSheetBehavior does not work with dynamic layouts (AOSP issue
+ 205226)
+
+
+
+
+
+
+
+
+
+
Android Support Library, revision 24.0.0
(June 2016)
@@ -120,7 +240,7 @@ page.metaDescription=This page provides details about the Support Library packag