diff --git a/CHANGELOG.md b/CHANGELOG.md index 757b551..4d4185b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,15 @@ - Fixed a warning with recent ClojureScript (1.9.660+) versions about a variadic method signature in `reagent/impl/util.cljs`. - - `reagent.core/partial` and `wrap` used a bad deftype which worked previously - by luck. ([#303](https://github.com/reagent-project/reagent/pull/303)) + - `reagent.core/partial` and `wrap` used a bad deftype ([#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` - - Reagent has dependency on `cljsjs/create-react-class`, if you are using other - methods to provide React, you need to exclude this dependency and provide it yourself. + - Reagent has now dependency on `cljsjs/create-react-class`, if you are using other + methods to provide React, you need to exclude this Cljsjs dependency and provide the library yourself. - Self-host compatibility ([#283](https://github.com/reagent-project/reagent/pull/283)) - Removed deprecated `reagent.interop/.'` and `reagent.interop/.!` macros -- Improve assert messages all around +- Improved assert messages all around ([#301](https://github.com/reagent-project/reagent/pull/301)). ## 0.6.2 (19.5.2017)