From 23ef2a060e0862d2dbc75bf84b82fec02ea35c68 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 17 Jun 2015 13:08:03 +0000 Subject: [PATCH] three more points in the release notes --- download/release-next.t2t | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/download/release-next.t2t b/download/release-next.t2t index 5676cc356..6590e346d 100644 --- a/download/release-next.t2t +++ b/download/release-next.t2t @@ -36,7 +36,11 @@ Over 788 changes have been pushed to the source repository since the By adding ``-haskell=variants`` you get linerization functions that output all variants. (You don't get any functions for parsing.) -- [...] +- Now there is a full support for all orthographic primitives: + BIND, SOFT_BIND, SOFT_SPACE, CAPIT, ALL_CAPIT and nonExist +- It is now possible to define callbacks for literals from the Haskell + binding to the C runtime. This is used for instance in + the Wide Coverage translator on the Web. ====Other changes and bug fixes==== @@ -47,6 +51,7 @@ Over 788 changes have been pushed to the source repository since the - GF Shell and ``gf -server``: improved responsiveness when large grammars are loaded (by increasing the GHC RTS idle timeout before full GC from the default 0.3s to 5s). +- Numerous fixes in the translation dictionaries. ====Changes of interest to compiler developers====