Skip to content

Commit

Permalink
mention the IsLabel flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fumieval committed Mar 22, 2022
1 parent 8053eb7 commit 50f2201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Removed `FieldName`, the relic of the old ages
* `(@=)`, `@==`, `@!?` and `lasso` now take `Proxy` instead of `FieldName`. Those who are using `mkField` need to replace the operands with proxies (OverloadedLabels is recommended).
* Supported aeson 1.x
* Introduced `IsLabel` flag which toggles the presence of optics `OverloadedLabels`. By disabling it, this package can now coexist with other users of the `IsLabel` class, such as `generic-lens` and `relational-query`.

0.8.3
------------------------------------------------
Expand Down

0 comments on commit 50f2201

Please sign in to comment.