summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2013-11-18 06:44:13 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2013-11-18 06:44:13 +0000
commitc20af454f38f13d7dd3b417e293335fcc82e479f (patch)
treeee39ba637e020f26cc145609db801d9d8c6259cd /Changes
parentbedaff51381f3be2808cc383f70b48dd0fc0c05d (diff)
Fix PR#6240
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/module-alias@14301 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 b7445c556..315ae3b34 100644
--- a/Changes
+++ b/Changes
@@ -47,6 +47,7 @@ OCaml 4.01.1:
Bug fixes:
- PR#6173: Typing error message is worse that before
+- PR#6240: Fail to expand module type abbreviation during substyping
OCaml 4.01.0:
-------------