summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2013-02-24 10:14:33 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2013-02-24 10:14:33 +0000
commit243fc1ce109cd12485830c53fe19b03d73db400a (patch)
treefca0ce7b37b568aef5836350308785a0a5c9f274
parentbca20db06008747cc4f928ed1f452a18bfea47c2 (diff)
downloadocaml-243fc1ce109cd12485830c53fe19b03d73db400a.tar.gz
fix Changes entry
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13310 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index 06470ecfcf..89fe70cf7e 100644
--- a/Changes
+++ b/Changes
@@ -67,6 +67,7 @@ Bug fixes:
- PR#5885: Incorrect rule for compiling C stubs when shared libraries are not
supported.
- ocamlbuild now picks the non-core tools like ocamlfind and menhir from PATH
+- PR#5930: ocamldep leaks temporary preprocessing files
Internals:
- Moved debugger/envaux.ml to typing/envaux.ml to publish env_of_only_summary
@@ -109,7 +110,6 @@ Bug fixes:
- PR#5906: GADT exhaustiveness check is still broken
- PR#5907: Undetected cycle during typecheck causes exceptions
- PR#5911: Signature substitutions fail in submodules
-- PR#5930: ocamldep leaks temporary preprocessing files
OCaml 4.00.1:
-------------