From cd6fb5b036ce42a756b4acab82c4a3fc3ccb69b0 Mon Sep 17 00:00:00 2001 From: khalidbelk Date: Fri, 10 Oct 2025 21:10:05 +0200 Subject: [PATCH 1/2] fix: correct OCaml 5.4.0 release date --- data/releases/5.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/releases/5.4.0.md b/data/releases/5.4.0.md index ce04ea99bb..05048563a1 100644 --- a/data/releases/5.4.0.md +++ b/data/releases/5.4.0.md @@ -5,7 +5,7 @@ date: 2025-10-09 is_latest: true intro: | This page describes OCaml version **5.4.0**, released on - 2025-01-08. Go [here](/releases) for a list of all releases. + 2025-10-09. Go [here](/releases) for a list of all releases. This release is available as an [opam](/p/ocaml/5.4.0) package. highlights: | From 5e8e4eca69a7472ce028fb051aa731c5ab29aa97 Mon Sep 17 00:00:00 2001 From: khalidbelk Date: Fri, 10 Oct 2025 21:51:05 +0200 Subject: [PATCH 2/2] fix: wrong link to RFC This was pointing to the OCaml issue #39 instead of RFC #39 --- data/releases/5.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/releases/5.4.0.md b/data/releases/5.4.0.md index 05048563a1..db0c7775ca 100644 --- a/data/releases/5.4.0.md +++ b/data/releases/5.4.0.md @@ -156,7 +156,7 @@ The user manual for OCaml can be: (Ryan Tjoa and Chris Casinghino, review by Gabriel Scherer, Chris Casinghino, and Leo White) -- RFCs[#39](https://github.com/ocaml/ocaml/issues/39), [#13404](https://github.com/ocaml/ocaml/issues/13404): atomic record fields +- RFC[#39](https://github.com/ocaml/RFCs/pull/39), [#13404](https://github.com/ocaml/ocaml/issues/13404): atomic record fields `{ ...; mutable readers : int [@atomic]; ... }` `Atomic.Loc.fetch_and_add [%atomic.loc data.readers] 1` (Clément Allain and Gabriel Scherer, review by KC Sivaramakrishnan,