summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2014-12-08 07:51:10 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2014-12-08 07:51:10 +0000
commit14537407782c0fcb6eca2d8fd29b0655cfb67dd1 (patch)
tree53374dc0e2c4a80d55ed9a76e4b85cbee368d723 /Changes
parentff29fbf1bc8fbbe5e70cc4306ff8d51b49916030 (diff)
fix PR#6690
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15637 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 301b54a43..d358eda17 100644
--- a/Changes
+++ b/Changes
@@ -52,6 +52,8 @@ OCaml 4.02.2:
(Leo White, review by Gabriel Scherer)
- ocamlbuild on cygwin cannot find ocamlfind
(user 'algoriddle')
+- PR#6690: Uncaught exception (Not_found) with (wrong) wildcard or unification
+ type variable in place of a local abstract type
OCaml 4.02.1: