Update changelog

This commit is contained in:
Daniel Compton 2017-12-22 11:28:17 +13:00
parent 12635f42ea
commit 2ec560bd5c
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
- Debounce trace callbacks to handle larger batches of traces at once, to improve efficiency.
#### Fixed
- Handle js/performance not being defined in NodeJS. [#439](https://github.com/Day8/re-frame/pull/439)
## 0.10.2 (2017.10.07)
#### New Features