Update changelog to include #395
This commit is contained in:
parent
b276c4033c
commit
ed300cfb62
|
@ -1,6 +1,5 @@
|
|||
## Unreleased 0.10.0 (2017.08.NN)
|
||||
## 0.10.0 (2017.08.16)
|
||||
|
||||
|
||||
#### New Docs
|
||||
|
||||
- added [API documentation](/docs/API.md)
|
||||
|
@ -26,9 +25,10 @@
|
|||
- [#400](https://github.com/Day8/re-frame/pull/400) Improve error message when a registered cofx can't be found
|
||||
- The effect handler for `:dispatch-n` will now ignore `nils`. [See checkin](https://github.com/Day8/re-frame/commit/6efdae438f393f8121a2d6dfbf76db00e6dafbf5)
|
||||
- [#340](https://github.com/Day8/re-frame/pull/340)
|
||||
- [#341](https://github.com/Day8/re-frame/pull/341) Fix `re-frame.core/on-changes` to work even if event handler does not set `:db`.
|
||||
- [#341](https://github.com/Day8/re-frame/pull/341) Fix `re-frame.core/on-changes` to work even if event handler does not set `:db`.
|
||||
- [#395](https://github.com/Day8/re-frame/pull/395) Warn users if they try to enable tracing without setting the closure define `re-frame.trace.trace-enabled?`.
|
||||
|
||||
|
||||
|
||||
## 0.9.4 (2017.06.01)
|
||||
|
||||
#### Improvements
|
||||
|
|
Loading…
Reference in New Issue