summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2013-06-17 02:03:36 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2013-06-17 02:03:36 +0000
commit4fb61c91e68fbe29dc31301b0c501d031502d6b3 (patch)
treecaad68596d2f226dce893a58238761813cfffeee /Changes
parent122caaf20b03e920a88677cf030901981c60781b (diff)
Fix PR#5815
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13789 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5b8c32cea..8caf9c47e 100644
--- a/Changes
+++ b/Changes
@@ -104,6 +104,7 @@ Bug fixes:
- PR#5806: ensure that backtrace tests are always run (testsuite)
- PR#5810: error in switch printing when using -dclambda
- PR#5813: GC not called when unmarshaling repeatedly in a tight loop (ocamlopt)
+- PR#5815: Multiple exceptions in signatures gives an error
- PR#5819: segfault when using [with] on large recursive record (ocamlopt)
- PR#5821: Wrong record field is reported as duplicate
- PR#5824: Generate more efficient code for immediate right shifts.