From 20b4399d5d14fbdb426a129673fd0637685b553b Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 22 Nov 2016 17:46:55 -0800 Subject: [PATCH] 15.4.1 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d09740182..3ff26bf7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 15.4.1 (November 22, 2016) + +### React +* Restructure variable assignment to work around a Rollup bug ([@gaearon](https://github.com/gaearon) in [#8384](https://github.com/facebook/react/pull/8384)) + +### React DOM +* Fixed event handling on disabled button elements ([@spicyj](https://github.com/spicyj) in [#8387](https://github.com/facebook/react/pull/8387)) +* Fixed compatibility of browser build with AMD environments ([@zpao](https://github.com/zpao) in [#8374](https://github.com/facebook/react/pull/8374)) + + ## 15.4.0 (November 16, 2016) ### React