Update changelog

This commit is contained in:
Daniel Compton 2018-01-19 21:34:05 +13:00
parent 7c39dfe9b5
commit a4aeb4d40b
1 changed files with 13 additions and 9 deletions

View File

@ -1,5 +1,7 @@
## Unreleased
## 0.10.3 (Unreleased)
#### New
- add `purge-event-queue` to the API. See https://github.com/Day8/re-frame-test/issues/13 for motivation.
@ -8,10 +10,12 @@
#### Changed
- Debounce trace callbacks to handle larger batches of traces at once, to improve efficiency.
- Improved error messages to not have multiple spaces before variables.
#### Fixed
- Handle js/performance not being defined in NodeJS. [#439](https://github.com/Day8/re-frame/pull/439)
- Improve cache eviction behaviour of subscription caches. In more complex applications a subscription may have been unnecessarily created and destroyed several times after a Figwheel re-render.
## 0.10.2 (2017.10.07)