Update ChangeLog

This commit is contained in:
Elliot Cameron 2020-03-31 11:08:58 -04:00
parent fc79984a3f
commit a19764209d
No known key found for this signature in database
GPG Key ID: 6ABB57E3D52B0628

View File

@ -2,11 +2,12 @@
## Unreleased
* Add lifting instances for most classes to `Reflex.Profiled.Profiled`.
* Class `MonadQuery t q m` now has a `Monad m` superclass constraint.
* Rename class `MonadBehaviorWriter` -> `BehaviorWriter` for
consistency with `EventWriter`/`DynamicWriter`.
* Introduce deprecated alias `MonadBehaviorWriter = BehaviorWriter`.
* Add lifting instances for most classes to `Reflex.Profiled.Profiled`. ([#398](https://github.com/reflex-frp/reflex/pull/398))
* Class `MonadQuery t q m` now has a `Monad m` superclass constraint. ([#400](https://github.com/reflex-frp/reflex/pull/400))
* Rename class `MonadBehaviorWriter` -> `BehaviorWriter` for consistency with `EventWriter`/`DynamicWriter`. ([#401](https://github.com/reflex-frp/reflex/pull/401))
* Introduce deprecated alias `MonadBehaviorWriter = BehaviorWriter`. ([#401](https://github.com/reflex-frp/reflex/pull/401))
* Fix bug in spider where event subscriptions would be prematurely finalized due to over-aggressive inlining. ([#409](https://github.com/reflex-frp/reflex/pull/409))
* Add instances of `PerformEvent` and `TriggerEvent` for `MaybeT`. ([#395](https://github.com/reflex-frp/reflex/pull/395))
## 0.6.4.1