packages feed

fused-effects-lens-1.2.0.0: CHANGES.md

# v1.2.0.0

Introduce `?=` and `<~`.
Change fixity of `.=` to `infix 4`.

# v1.1.0.0

Introduce `+=`, `-=`, `*=`, and `//=`.
Change fixity of `%=` to `infix` rather than `infixr`.

# v1.0.0.0

Upgrade to fused-effects v1.

# v0.2.0.0

* Use `microlens` for lens primitives to enable use with other lens libraries.
* Add explicit `forall`s to `views` and `uses`.

# v0.1.0.0

Initial release.