Add changelog for #336

This commit is contained in:
Daniel Compton 2017-05-01 08:44:32 +12:00
parent 25d7677fad
commit 9e6ea5431c
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## Unreleased
#### Breaking
- - `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)