summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Angeletti <florian.angeletti@inria.fr>2022-11-08 14:05:57 +0100
committerFlorian Angeletti <florian.angeletti@inria.fr>2022-11-08 14:10:08 +0100
commit7c305affcaa3bd9e7b31d1918b816f08113b2932 (patch)
tree7223813d03ebf690c4adbe83cd6fdfb84a7ba48f
parent9689c9081b970b8da9c7c2f791563aeb9e1aff64 (diff)
downloadocaml-7c305affcaa3bd9e7b31d1918b816f08113b2932.tar.gz
Changes bookkeeping
(cherry picked from commit 865bf2971030225c1dd53719ec5b3ed3943f87e0)
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index f332bc207c..57fcf68450 100644
--- a/Changes
+++ b/Changes
@@ -525,6 +525,10 @@ OCaml 5.0
mismatch error involving recursive types.
(Florian Angeletti, review by Gabriel Scherer)
+- #11662, #11673: fix a memory leak when using Dynlink,
+ the bug was only present in development version of OCaml 5.
+ (Stephen Dolan, report by Andre Maroneze, review by Gabriel Scherer)
+
OCaml 4.14.0 (28 March 2022)
----------------------------