summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorXavier Clerc <xavier.clerc@inria.fr>2012-10-10 13:59:47 +0000
committerXavier Clerc <xavier.clerc@inria.fr>2012-10-10 13:59:47 +0000
commit4dd1e7fe4106c43f2040213ff5d397779cd3350a (patch)
tree29d65e9125b26eb0443447a9f352fd697db32224 /Changes
parent57aef3bf24875211892570dc21222b8b4287972c (diff)
PR#5102: ocamlbuild fails when using an unbound variable in rule dependency
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13002 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 08d87907c..de3aeeb83 100644
--- a/Changes
+++ b/Changes
@@ -39,6 +39,7 @@ OCaml 4.00.2:
-------------
Bug fixes:
+- PR#5102: ocamlbuild fails when using an unbound variable in rule dependency
- PR#5240: register exception printers for Unix.Unix_error and Dynlink.Error
- PR#5300: verbose parameter should implicitly set classic display
- PR#5772: problem with marshaling of mutually-recursive functions