From c0fbc33f5569283c33d26072f09af7d8403e0444 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Tue, 27 Jun 2017 15:40:14 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a998d2d..a001948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ **[compare](https://github.com/reagent-project/reagent/compare/v0.6.2...master)** +- **IMPORTANT**: Fixed compatibility with ClojureScript 1.9.665+ + - `reagent.core/partial` and `wrap` used a bad deftype which worked previously + by luck. ([#303](https://github.com/reagent-project/reagent/pull/303)) - React updated to 15.5.4 ([#292](https://github.com/reagent-project/reagent/issues/292)) - Uses [create-react-class](https://www.npmjs.com/package/create-react-class) instead of deprecated `React.createClass`