From 5395779cce50ee6621a0cbdc53c5450858d6ce93 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Tue, 27 Jun 2017 18:31:01 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a001948..3226ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ **[compare](https://github.com/reagent-project/reagent/compare/v0.6.2...master)** -- **IMPORTANT**: Fixed compatibility with ClojureScript 1.9.665+ +- 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)) - React updated to 15.5.4 ([#292](https://github.com/reagent-project/reagent/issues/292))