diff --git a/blog/2014/02/16/react-v0.9-rc1.html b/blog/2014/02/16/react-v0.9-rc1.html
index c4cc02fcd7..2347db2286 100644
--- a/blog/2014/02/16/react-v0.9-rc1.html
+++ b/blog/2014/02/16/react-v0.9-rc1.html
@@ -145,6 +145,7 @@ Minified build for production: New Features #
diff --git a/blog/2014/02/20/react-v0.9.html b/blog/2014/02/20/react-v0.9.html
index f69590f8b4..f6c2a28623 100644
--- a/blog/2014/02/20/react-v0.9.html
+++ b/blog/2014/02/20/react-v0.9.html
@@ -151,6 +151,7 @@ Minified build for production: New Features #
diff --git a/blog/index.html b/blog/index.html
index fbd4bb90b2..8a2f7f2fa6 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -151,6 +151,7 @@ Minified build for production: New Features #
@@ -280,6 +281,7 @@ Minified build for production: New Features #
diff --git a/feed.xml b/feed.xml
index 19c0b817ec..310135df12 100644
--- a/feed.xml
+++ b/feed.xml
@@ -64,6 +64,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0
<li>On mouse wheel events, <code>deltaY</code> is no longer negated</li>
<li>When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, type checks are now skipped for performance)</li>
<li>On <code>input</code>, <code>select</code>, and <code>textarea</code> elements, <code>.getValue()</code> is no longer supported; use <code>.getDOMNode().value</code> instead</li>
+<li><code>this.context</code> on components is now reserved for internal use by React</li>
</ul>
<h4><a class="anchor" name="new-features"></a>New Features <a class="hash-link" href="#new-features">#</a></h4>
<ul>
@@ -192,6 +193,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0
<li>On mouse wheel events, <code>deltaY</code> is no longer negated</li>
<li>When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, the type checks are now skipped for performance)</li>
<li>On <code>input</code>, <code>select</code>, and <code>textarea</code> elements, <code>.getValue()</code> is no longer supported; use <code>.getDOMNode().value</code> instead</li>
+<li><code>this.context</code> on components is now reserved for internal use by React</li>
</ul>
<h4><a class="anchor" name="new-features"></a>New Features <a class="hash-link" href="#new-features">#</a></h4>
<ul>