diff --git a/CHANGES.md b/CHANGES.md index 7026690..04fda09 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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