summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,