diff --git a/blog/2016/03/07/react-v15-rc1.html b/blog/2016/03/07/react-v15-rc1.html
index cea6d9826b..7cff7547dc 100644
--- a/blog/2016/03/07/react-v15-rc1.html
+++ b/blog/2016/03/07/react-v15-rc1.html
@@ -175,13 +175,8 @@ Minified build for production: react-linked-input.
-
Notable enhancements #
-
-- Added
React.Children.toArray which takes a nested children object and returns a flat array with keys assigned to each child. This helper makes it easier to manipulate collections of children in your render methods, especially if you want to reorder or slice this.props.children before passing it down. In addition, React.Children.map now returns plain arrays too.
-
New helpful warnings #
-- React DOM now warns you when nesting HTML elements invalidly, which helps you avoid surprising errors during updates.
- If you use a minified copy of the development build, React DOM kindly encourages you to use the faster production build instead.
- React DOM: When specifying a unit-less CSS value as a string, a future version will not add
px automatically. This version now warns in this case (ex: writing style=. (Unitless number values like width: 300 are unchanged.)
- Synthetic Events will now warn when setting and accessing properties (which will not get cleared appropriately), as well as warn on access after an event has been returned to the pool.
diff --git a/blog/index.html b/blog/index.html
index 324e7f4395..7131a559bd 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -177,13 +177,8 @@ Minified build for production: react-linked-input.
-Notable enhancements #
-
-- Added
React.Children.toArray which takes a nested children object and returns a flat array with keys assigned to each child. This helper makes it easier to manipulate collections of children in your render methods, especially if you want to reorder or slice this.props.children before passing it down. In addition, React.Children.map now returns plain arrays too.
-
New helpful warnings #
-- React DOM now warns you when nesting HTML elements invalidly, which helps you avoid surprising errors during updates.
- If you use a minified copy of the development build, React DOM kindly encourages you to use the faster production build instead.
- React DOM: When specifying a unit-less CSS value as a string, a future version will not add
px automatically. This version now warns in this case (ex: writing style=. (Unitless number values like width: 300 are unchanged.)
- Synthetic Events will now warn when setting and accessing properties (which will not get cleared appropriately), as well as warn on access after an event has been returned to the pool.
diff --git a/feed.xml b/feed.xml
index 0fce32a57f..9da164e0e6 100644
--- a/feed.xml
+++ b/feed.xml
@@ -68,13 +68,8 @@ Minified build for production: <a href="https://fb.me/react-dom-15.0.0-r
<ul>
<li><code>LinkedValueMixin</code> and <code>valueLink</code> are now deprecated due to very low popularity. If you need this, you can use a wrapper component that implements the same behavior: <a href="https://www.npmjs.com/package/react-linked-input">react-linked-input</a>.</li>
</ul>
-<h3><a class="anchor" name="notable-enhancements"></a>Notable enhancements <a class="hash-link" href="#notable-enhancements">#</a></h3>
-<ul>
-<li>Added <code>React.Children.toArray</code> which takes a nested children object and returns a flat array with keys assigned to each child. This helper makes it easier to manipulate collections of children in your <code>render</code> methods, especially if you want to reorder or slice <code>this.props.children</code> before passing it down. In addition, <code>React.Children.map</code> now returns plain arrays too.</li>
-</ul>
<h3><a class="anchor" name="new-helpful-warnings"></a>New helpful warnings <a class="hash-link" href="#new-helpful-warnings">#</a></h3>
<ul>
-<li>React DOM now warns you when nesting HTML elements invalidly, which helps you avoid surprising errors during updates.</li>
<li>If you use a minified copy of the <em>development</em> build, React DOM kindly encourages you to use the faster production build instead.</li>
<li>React DOM: When specifying a unit-less CSS value as a string, a future version will not add <code>px</code> automatically. This version now warns in this case (ex: writing <code>style=</code>. (Unitless <em>number</em> values like <code>width: 300</code> are unchanged.)</li>
<li>Synthetic Events will now warn when setting and accessing properties (which will not get cleared appropriately), as well as warn on access after an event has been returned to the pool.</li>