summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>1997-11-06 14:19:14 +0000
committerPierre Weis <Pierre.Weis@inria.fr>1997-11-06 14:19:14 +0000
commit0608e971cc4adca5fd556404b9e93a53025be346 (patch)
tree43ff9c415569ef6c81d289bd2cf7e9bbffb80639
parent56dc1bd5b4677a58787ca5638de71f2d2c565005 (diff)
Log des changements de Format.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1754 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index ed6998ca5..01e5225c0 100644
--- a/Changes
+++ b/Changes
@@ -20,6 +20,9 @@ Objective Caml 1.06:
- Array, Hashtbl, List, Map, Queue, Set, Stack, Stream:
the "iter" functions now take as argument a unit-returning function.
- New library: Lazy (delayed computations).
+ - Format: added "printf" interface to the formatter (see the documentation).
+ Revised behaviour of simple boxes: no more than one new line is output
+ when consecutive break hints should lead to multiple line breaks.
Objective Caml 1.05:
--------------------