Skip to content

Commit

Permalink
Release 1.3.1.0 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles authored Aug 13, 2022
1 parent 06cbb02 commit b22757f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion reactive-banana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog for the `reactive-banana** package
Changelog for the `reactive-banana` package
-------------------------------------------

**Version 1.3.1.0** (2002-08-11)

* Various internal performance improvements. [#257][], [#258][]
* Fix a space leak in dynamic event switching. [#256][]
* Reduce memory usage of `stepper`/`accumB`. [#260][]
* Prevent a deadlock if the network crashes when evaluating a `Behavior` or `Event`. [#262][]

[#257]: https://github.com/HeinrichApfelmus/reactive-banana/pull/257
[#258]: https://github.com/HeinrichApfelmus/reactive-banana/pull/258
[#256]: https://github.com/HeinrichApfelmus/reactive-banana/pull/256
[#262]: https://github.com/HeinrichApfelmus/reactive-banana/pull/262
[#260]: https://github.com/HeinrichApfelmus/reactive-banana/pull/260

**Version 1.3.0.0** (2022-03-28)

* Added `Semigroup` and `Monoid` instances to `Moment` and `MomentIO`. [#223][]
Expand Down
2 changes: 1 addition & 1 deletion reactive-banana/reactive-banana.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: reactive-banana
Version: 1.3.0.0
Version: 1.3.1.0
Synopsis: Library for functional reactive programming (FRP).
Description:
Reactive-banana is a library for Functional Reactive Programming (FRP).
Expand Down

0 comments on commit b22757f

Please sign in to comment.