packages feed

mutable-0.2.0.0: CHANGELOG.md

Changelog
=========

Version 0.2.0.0
---------------

*July 5, 2020*

<https://github.com/mstksg/mutable/releases/tag/v0.2.0.0>

*   Demonadification: Revamp the typeclass system to be parameterized on the
    `s` `PrimState` state token, and not the monad itself.

Version 0.1.0.1
---------------

*February 11, 2020*

<https://github.com/mstksg/mutable/releases/tag/v0.1.0.1>

*   Update to work with *generic-lens-2.0.0.0* and *generic-lens-core-2.0.0.0*.

Version 0.1.0.0
---------------

*January 23, 2020*

<https://github.com/mstksg/mutable/releases/tag/v0.1.0.0>

*   Initial release