Add changelog entry for preloads adding DOM

This commit is contained in:
Daniel Compton 2017-04-13 12:16:51 +12:00
parent d0ef056a57
commit 4dcb91ece9
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This change
## [Unreleased]
### Changed
* The preloads namespace now adds the tracing panel to the DOM automatically, so you don't need to change any of your app code to bring it in. [#14](https://github.com/Day8/re-frame-trace/pull/14) via [Dexter Gramfors](https://github.com/Dexterminator).
**Migration steps:** Remove any explicit rendering instructions for `day8.re-frame.trace/devtools` in your app, as this is automatically added now.
## [0.0.8] - 2017-04-13
### Added