summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2011-12-20 10:42:36 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2011-12-20 10:42:36 +0000
commita40d0432b2ff93e0a888d26014b3897fa5a0d27f (patch)
treea2f6fc8f92144b0fc346dbce7ce8db2ee9716cd0 /Changes
parentc1f154ea70799d116e652de0c7bb507b8a373b2a (diff)
PR#4880: added appropriate event to "assert" so that it shows up properly in stack backtraces
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11891 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 1bb1b2459..f9780490a 100644
--- a/Changes
+++ b/Changes
@@ -36,6 +36,7 @@ Bug Fixes:
- PR#5343: ocaml -rectypes is unsound wrt module subtyping
- PR#5322: type abbreviations expanding to a universal type variable
- PR#5330: thread tag with '.top' and '.inferred.mli' targets
+- PR#4880: "assert" constructs now show up in the exception stack backtrace
- PR#4869: rare collisions between assembly labels for code and data
Feature wishes: