summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index c22800b1b..4781628f1 100644
--- a/Changes
+++ b/Changes
@@ -28,7 +28,8 @@ Compilers:
- Check that at most one of -pack, -a, -shared, -c, -output-obj is
given on the command line.
- Optimized compilation of private types as regular manifest types
- (e.g. abbreviation to float, float array or record types with only float fields).
+ (e.g. abbreviation to float, float array or record types with only
+ float fields).
Native-code compiler:
- A new option "-shared" to produce a plugin that can be dynamically
@@ -108,6 +109,7 @@ Bug fixes:
- PR#4564: add note "stack is not executable" to object files generated by
ocamlopt (Linux/x86, Linux/AMD64).
- PR#4566: bug in Ratio.approx_ratio_fix and Num.approx_num_fix.
+- PR#4582: weird behaviour of String.index_from and String.rindex_from.
- PR#4583: stack overflow in "ocamlopt -g" during closure conversion pass.
- PR#4585: ocamldoc and "val virtual" declarations.
- PR#4587: ocamldoc and escaped @ characters.