diff --git a/CHANGELOG.md b/CHANGELOG.md index 353e7ec..ed478bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This change ## Unreleased + + +## [0.1.17] - 2018-01-31 + This version requires re-frame 0.10.4 to make use of the newly added Event panel. ### Added @@ -30,8 +34,6 @@ This version requires re-frame 0.10.4 to make use of the newly added Event panel * Distinguish between subscriptions that return `nil` values and those that haven't run yet. * Timing panel not showing elapsed event processing time. - - ## [0.1.16] - 2018-01-26 There is now a React 16 variant of re-frame-trace available under the version `0.1.16-react16`. If your application uses React 16 and Reagent 0.8.0-alpha2 or higher, this is the version that you will need to use.