diff --git a/releases/next/docs/sectionlist.html b/releases/next/docs/sectionlist.html
index 72b71d0621c..634a3f0eb2c 100644
--- a/releases/next/docs/sectionlist.html
+++ b/releases/next/docs/sectionlist.html
@@ -41,7 +41,8 @@ any of your renderItem, Header, Footer, etc. functions depend on an
much more. Note these items will never be unmounted as part of the windowed rendering in order
to improve perceived performance of scroll-to-top actions.
Reverses the direction of scroll. Uses scale transforms of -1.
Used to extract a unique key for a given item at the specified index. Key is used for caching and as the react key to track item re-ordering. The default extractor checks item.key, then -falls back to using the index, like react does.
Called once when the scroll position gets within onEndReachedThreshold of the rendered
+falls back to using the index, like react does. Note that this sets keys for each item, but
+each overall section still needs its own key.
Called once when the scroll position gets within onEndReachedThreshold of the rendered
content.
How far from the end (in units of visible length of the list) the bottom edge of the
list must be from the end of the content to trigger the onEndReached callback.
Thus a value of 0.5 will trigger onEndReached when the end of the content is
diff --git a/versions.html b/versions.html
index 5308def01b9..fd656fd702a 100644
--- a/versions.html
+++ b/versions.html
@@ -1,4 +1,4 @@
-