From d35588e26af6e895ee03b16b24e5ae342bf64aa2 Mon Sep 17 00:00:00 2001 From: Nathan Hunzaker Date: Tue, 15 Aug 2017 09:50:01 -0400 Subject: [PATCH] Update changelog with #10025 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bbb3996d5b8e..cd3a84d06522a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Prevent event handlers from receiving extra argument (dev only) ([@aweary](https://github.com/aweary) in [#10115](https://github.com/facebook/react/pull/8363) * Fix cases where onChange would not fire with defaultChecked on radio inputs ([@jquense](https://github.com/jquense) in [#10156](https://github.com/facebook/react/pull/10156)) * Add support for controlList attribute to DOM property whitelist ([@nhunzaker](https://github.com/nhunzaker) in [#9940](https://github.com/facebook/react/pull/9940)) +* Fix a bug where creating an element with ref in constructor threw an error in dev mode ([@iansu](https://github.com/iansu) in [#10025](https://github.com/facebook/react/pull/10025)) ## 15.6.1 (June 14, 2017)