diff --git a/reactive-banana/CHANGELOG.md b/reactive-banana/CHANGELOG.md index 92986c84..2590941a 100644 --- a/reactive-banana/CHANGELOG.md +++ b/reactive-banana/CHANGELOG.md @@ -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][] diff --git a/reactive-banana/reactive-banana.cabal b/reactive-banana/reactive-banana.cabal index c11c63a9..e4d2bbbc 100644 --- a/reactive-banana/reactive-banana.cabal +++ b/reactive-banana/reactive-banana.cabal @@ -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).