From 3e3ce088154476a219689a2868216b04281d1793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Mon, 28 Feb 2022 18:26:44 +0000 Subject: [PATCH] Update changelog --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c1bbd1548..54e9eb289 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ # 0.9.6 -This release includes new syntactic and semantic extensions to Links. +This release extends the core features of Links and resolves various +minor bugs. * Links now supports System F-style explicit type abstractions: For instance, writing `/\ [a, e::Row] { foo }` abstracts the expression `foo`