From 50f220131ac49cc0d79774b18c2c620a9d3236ff Mon Sep 17 00:00:00 2001 From: Fumiaki Kinoshita Date: Tue, 22 Mar 2022 14:37:45 +0900 Subject: [PATCH] mention the IsLabel flag --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8ad5d..042f41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------------------------------------------