Add release notes for 0.9.2
This commit is contained in:
parent
e1ebc69f93
commit
b759807aa7
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
|||
## 0.9.2 (2016.02.09)
|
||||
|
||||
#### Improvements
|
||||
|
||||
- Update dependency on reagent from `0.6.0-rc` to `0.6.0`.
|
||||
- A truckload of tweaks, spelling fixes, and general improvements to the docs. A big thanks to everyone who contributed!
|
||||
|
||||
#### Fixes
|
||||
|
||||
- Use `:devDependencies` instead of `:dependencies` for the lein-npm Karma dependencies. This stops consumers of re-frame with the lein-npm plugin from having to install Karma and friends.
|
||||
- Correct `:id` of on-changes interceptor from `:enrich` to `:on-changes`
|
||||
|
||||
## 0.9.1 (2016.12.20)
|
||||
|
||||
#### Fixes
|
||||
|
|
Loading…
Reference in New Issue