Skip to content

Commit

Permalink
Add Changelog entry for #259
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Oct 25, 2016
1 parent a9569c2 commit 4638018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [#200](https://github.com/Day8/re-frame/pull/200) Remove trailing spaces from console logging
- [#248](https://github.com/Day8/re-frame/pull/200) Provide after interceptor with `db` coeffect, if no `db` effect was produced.
- Add re-frame.loggers/get-loggers function to well, you know.
- [#259](https://github.com/Day8/re-frame/pull/259) Fix a bug where registering a subscription would create and close over dependent subscriptions, meaning that they would never be garbage collected, and doing more work than necessary.

## 0.8.0 (2016.08.19)

Expand Down

0 comments on commit 4638018

Please sign in to comment.