From 06482e9d3e6a8a4a8b2a0c22e8f2cf150dfcaa03 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Mon, 31 Dec 2018 12:56:18 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 897ba01..a9afd09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ensure `:class` is merged correctly when it is defined as collection. ([#412](https://github.com/reagent-project/reagent/issues/412)) - Add `reagent.core/class-names` utility functions which can be used to normalize and combine `:class` values (similar to `classnames` JS library) +- Fix comparing Reagent `PartialFn` to `nil` ([#385](https://github.com/reagent-project/reagent/issues/385)) ## 0.8.1 (2018-05-15)