diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-06-18 21:44:50 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-06-18 21:44:50 +0000 |
| commit | 632a7d3017aab18cca3894837167b73ede61bef5 (patch) | |
| tree | 14f92e1f2a73650c24c2ddf6aaea6799607f6f75 | |
| parent | c212633be8264ce724ad2304861ee4cf0111b70b (diff) | |
fixes to make resource Makefile to run without errors
| -rw-r--r-- | doc/gf-history.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html index 6a60fb4aa..5f96b9569 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -16,8 +16,25 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2 <hr> +18/6 (AR) +Added a warning for clashing constants. A constant coming from multiple opened modules +was interpreted as "the first" found by the compiler, which was a source of difficult +errors. Clashing is officially forbidden, but we chose to give a warning instead of +raising an error to begin with (in version 2.8). + +<p> + +30/1/2007 (AR) +Semantics of variants fixed for complex types. Officially, it was only +defined for basic types (Str and parameters). When used for records, results were +multiplicative, which was nor usable. But now variants should work for any type. + +<p> + 22/12 (AR) <b>Release of GF version 2.7</b>. +<p> + 21/12 (AR) Overloading rules for GF version 2.7: <ol> |
