summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2021-07-06 15:45:21 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2021-07-06 15:45:21 +0200
commit0886eb520d9e48c64df44d6c5e83c8c934edbf8d (patch)
treeb9eedaa4220ed63cfab27473735481a62ea85c39
parentef422164154e093b1231c2ee905c0539c0c0a1b3 (diff)
Update 3.11 release notes
-rw-r--r--download/release-3.11.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/download/release-3.11.md b/download/release-3.11.md
index 3cb448303..2e9de41a9 100644
--- a/download/release-3.11.md
+++ b/download/release-3.11.md
@@ -1,6 +1,6 @@
---
title: GF 3.11 Release Notes
-date: ... December 2020
+date: ... July 2021
...
## Installation
@@ -12,24 +12,27 @@ See the [download page](index-3.11.html).
From this release, the binary GF core packages do not contain the RGL.
The RGL's release cycle is now completely separate from GF's. See [RGL releases](https://github.com/GrammaticalFramework/gf-rgl/releases).
-Over 400 changes have been pushed to GF core
+Over 500 changes have been pushed to GF core
since the release of GF 3.10 in December 2018.
## General
- Make the test suite work again.
- Compatibility with new versions of GHC, including multiple Stack files for the different versions.
-- Updates to build scripts and CI.
-- Bug fixes.
+- Support for newer version of Ubuntu 20.04 in the precompiled binaries.
+- Updates to build scripts and CI workflows.
+- Bug fixes and code cleanup.
## GF compiler and run-time library
-- 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.
- Deprecate JavaScript runtime in favour of updated [TypeScript runtime](https://github.com/GrammaticalFramework/gf-typescript).
+- Improvements in time & space requirements when compiling certain grammars.
- Improvements to Haskell export.
+- Improvements to the GF shell.
+- Improvements to canonical GF compilation.
- Improvements to the C runtime.
- Improvements to `gf -server` mode.
- Clearer compiler error messages.