From cae245596bca7b738bc693375837f8bb909215a7 Mon Sep 17 00:00:00 2001 From: Will Acton Date: Sat, 23 May 2020 09:36:43 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e4d85..45d6a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Spread props using keyword `:&` works with non-native components - Fix a bug where passing in non-existent value to a native element would pass in `nil`, when the element expected `js/undefined` - Helix now works with the vanilla CLJS compiler, including figwheel projects +- `:define-factory` works with `:fast-refresh` feature flag ### Breaking