Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/releases/5.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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,
Expand Down