From 86978b408b799d468d294a5f998929084ba15b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= <1827113+dhil@users.noreply.github.com> Date: Wed, 1 Sep 2021 07:32:39 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 05f141039..868586775 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -117,8 +117,9 @@ A version of the above is also available by entering `@help effect_sugar_policy; These changes are explained in more depth and with examples in [Links GitHub Wiki/Effect Sugar](https://github.com/links-lang/links/wiki/Effect-Sugar). -## Other fixes +## Other fixes / Miscellaneous +* Relational lenses are now enabled by default. * Fixed a bug where the REPL would unconditionally print a stacktrace for unknown directives. * Fixed a bug where deeply nested JSON literals would cause the client to stack overflow. * Fixed a bug where big server side values would cause the client to stack overflow.