summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2007-11-01 18:36:43 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2007-11-01 18:36:43 +0000
commit2a99b8737bd88e4af552da873ce904a684c631ae (patch)
tree8e77ed8e3672bd13986f65a7be3606cab06a5984 /Changes
parent9a148229594aa6d2bc4eb362d366e827aa8a7790 (diff)
Expanding the usual compiler's type-based optimisations to private abbreviations.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8474 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index 154b9c677..41fa2e551 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,12 @@
Objective Caml 3.11.0:
----------------------
+Language features:
+- Introduction of private abbreviation types, for abstracting the actual
+ manifest type in type abbreviations.
+
Standard library:
-- Scanf
- debunking of meta format implementation.
+- Scanf library: debunking of meta format implementation.
Objective Caml 3.10.0:
----------------------