aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5a9e0d31..bb5e845b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,12 @@
* Support inline markup in markdown-style links (#875)
+ * The hyperlinker backend has been re-engineered to use HIE files
+ and display type annotations on expressions (#977)
+
+ * The hyperlinker backend lexer is now more incremental, faster, and
+ more memory efficient (#977)
+
## Changes in version 2.22.0
* Make `--package-version` optional for `--hoogle` (#899)