From f3ae4c2592ab43bbc58a9bbd1b19b7ae63c8cd8e Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Mon, 15 May 2017 08:26:04 +1200 Subject: [PATCH] Update changelog --- CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e9ccbaf..9d2a4c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,14 @@ ## Unreleased -#### Breaking +#### Breaking (previously undefined behaviour) -- - `reg-sub` enforces using `:<-` to indicate subscription inputs. Previously any keyword would have worked here. While using anything other than `:<-` was undefined behaviour previously, this could possibly break some code when upgrading. Thanks to [@Sohalt](https://github.com/Sohalt) [#336](https://github.com/Day8/re-frame/pull/336). +- `reg-sub` enforces using `:<-` to indicate subscription inputs. Previously any keyword would have worked here. While using anything other than `:<-` was undefined behaviour previously, this could possibly break some code when upgrading. Thanks to [@Sohalt](https://github.com/Sohalt) [#336](https://github.com/Day8/re-frame/pull/336). #### Fixes - `re-frame.interceptor/update-coeffect` has been fixed. [#328](https://github.com/Day8/re-frame/pull/328) +- Fix ns form in `re-frame.interceptor`. Thanks to [@ggeoffrey](https://github.com/ggeoffrey). [#338](https://github.com/Day8/re-frame/pull/338) +- Even more spelling fixes. ## 0.9.2 (2016.02.09)