summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes8
1 files changed, 5 insertions, 3 deletions
diff --git a/Changes b/Changes
index 81d8ae2be..57c73e6e6 100644
--- a/Changes
+++ b/Changes
@@ -3,10 +3,12 @@ Objective Caml 1.06:
* ocamllex: lexers generated by ocamllex can now handle all characters,
including '\000'.
-* Memory management: a heap compacter was implemented, so long-running
-programs can now fight fragmentation.
+* Memory management:
+ - A heap compacter was implemented, so long-running programs can now
+ fight fragmentation.
+ - The meaning of the "space_overhead" parameter has changed.
-* Language: a new keyword was added: assert.
+* Language: a new keyword was added: "assert".
Objective Caml 1.05:
--------------------