From 2b6b315bd719504a2e3fdf43c3722f590b654b11 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Mon, 7 Dec 2020 10:35:11 +0100 Subject: [PATCH] Add note to changelog that #87 is still pending --- download/release-3.11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/release-3.11.md b/download/release-3.11.md index 87b85aa02..3cb448303 100644 --- a/download/release-3.11.md +++ b/download/release-3.11.md @@ -24,7 +24,7 @@ since the release of GF 3.10 in December 2018. ## GF compiler and run-time library -- Huge improvements in time & space requirements for grammar compilation. +- Huge improvements in time & space requirements for grammar compilation (pending [#87](https://github.com/GrammaticalFramework/gf-core/pull/87)). - Add CoNLL output to `visualize_tree` shell command. - Add canonical GF as output format in the compiler. - Add PGF JSON as output format in the compiler.