summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Barnes <nick@tarides.com>2023-05-02 21:31:50 +0100
committerNick Barnes <nick@tarides.com>2023-05-02 21:31:50 +0100
commit399445ff2b43ba199f79831127c45b39c5ffa6aa (patch)
treebfb03a0a8345d80e01f262a159d04dcecf38c43e
parentd3a5c923939a1fc03cc14c005d61210d8c3bd546 (diff)
downloadocaml-399445ff2b43ba199f79831127c45b39c5ffa6aa.tar.gz
Move Changes entry for catch-up merge.
-rw-r--r--Changes8
1 files changed, 4 insertions, 4 deletions
diff --git a/Changes b/Changes
index 165becfeb1..7ed990f352 100644
--- a/Changes
+++ b/Changes
@@ -229,10 +229,6 @@ OCaml 5.1.0
### Standard library:
-- #12131: Simplify implementation of weak hash sets, fixing a
- performance regression. (Nick Barnes, review by François Bobot,
- Alain Frisch and Damien Doligez).
-
* #11565: Enable -strict-formats by default. Some incorrect format
specifications (for `printf`) where silently ignored and now fail.
Those new failures occur at compile-time, except if you use advanced
@@ -353,6 +349,10 @@ OCaml 5.1.0
(Xavier Leroy, review by Edwin Török and Gabriel Scherer, fix by Damien
Doligez)
+- #12131: Simplify implementation of weak hash sets, fixing a
+ performance regression. (Nick Barnes, review by François Bobot,
+ Alain Frisch and Damien Doligez).
+
### Other libraries:
- #11374: Remove pointer cast to a type with stricter alignment requirements