summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2015-06-17 13:08:03 +0000
committerkrasimir <krasimir@chalmers.se>2015-06-17 13:08:03 +0000
commitc515d7c4dc3df95a3a9331bcd03eb8655f10d81a (patch)
tree2f27bc4866969a38eb4a737a29a9fb18ac8826c2
parent2f2f459a895b346240a785a6aa5c073f2575aa33 (diff)
three more points in the release notes
-rw-r--r--download/release-next.t2t7
1 files changed, 6 insertions, 1 deletions
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====