summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2014-06-19 07:18:24 +0000
committeraarne <aarne@chalmers.se>2014-06-19 07:18:24 +0000
commit318c69f58a9c28f01f12661d9edaa33926d78864 (patch)
treefba3fbe784ed6ce4afff98f56c75b007dd1d95c0
parent67012288c087c8d689ae37d867f4c9e7dbe04ca2 (diff)
release notes: record update and RGL updates
-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 5fa067b41..7f4292bb8 100644
--- a/download/release-next.t2t
+++ b/download/release-next.t2t
@@ -29,6 +29,10 @@ Closed [issues http://code.google.com/p/grammatical-framework/issues/list]:
See the separate document
[GF character encoding changes encoding-change.html] for more details.
- Unicode characters in identifiers [...]
+- Record update: in record objects (but not types) of form ``r ** s``, the values assigned
+ in ``s`` now overwrite those in ``r``. In previous versions, record extensions with
+ overlapping assignments in ``r`` and ``s`` were not supported, and their behaviour was
+ unpredictable.
- The PGF file format has changed in minor but backward incompatible ways.
GF can still read the old format, thanks to a backward compatibility
module. The C run-time system supports only the new format. Old PGF files
@@ -70,7 +74,8 @@ Closed [issues http://code.google.com/p/grammatical-framework/issues/list]:
- New languages in the Resource Grammar Library: Estonian
(see the [updated synopsis ../lib/doc/synopsis.html]).
-- Grammars and dictionaries for wide coverage translation [...]
+- Grammars and dictionaries for wide coverage translation [source ../lib/src/translate/]
+- bug fixes and some new inflection paradigms in many languages
- [...]