summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-04-19 01:14:10 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-04-19 01:14:10 +0000
commit6716e9d3071ef16011693ed073bfa11d817a62bf (patch)
tree64e14d04dfd6d0f43bb4feecfe1dc18617aa66ae
parent4430e136bfe2a69aaf6c1190f007b0d76fa67349 (diff)
mark 2.99 specific info
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3108 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 3c0b8dbdf..ce5accee7 100644
--- a/Changes
+++ b/Changes
@@ -4,12 +4,12 @@ Objective Caml 3.00:
Language:
- OCaml/OLabl merger:
* Support for labeled and optional arguments for functions and classes.
- (A tool ocaml299to3 is provided to help converting labels in programs
- from OCaml 2.99 or OLabl style to OCaml 3.00.)
* Support for variant types (sum types compared by structure).
See tutorial (chapter 2 of the OCaml manual) for more information.
- Syntactic change: "?" in stream error handlers changed to "??".
- Added exception renaming in structures (exception E = F).
+- (OCaml 2.99/OLabl users only) Label syntax has changed. A tool
+ is provided to help convert labelized programs to OCaml 3.00.
Both compilers:
- Option -labels to select commuting label mode (labels are mandatory,