Skip to content

Commit 50f2201

Browse files
committed
mention the IsLabel flag
1 parent 8053eb7 commit 50f2201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Removed `FieldName`, the relic of the old ages
55
* `(@=)`, `@==`, `@!?` and `lasso` now take `Proxy` instead of `FieldName`. Those who are using `mkField` need to replace the operands with proxies (OverloadedLabels is recommended).
66
* Supported aeson 1.x
7+
* 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`.
78

89
0.8.3
910
------------------------------------------------

0 commit comments

Comments
 (0)