From 360c2e829c9addeca9ccaee1c71f4ad36bb14a79 Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Wed, 10 Jul 2024 13:08:32 +0300 Subject: [PATCH] Update `CHANGES.md` for 2.3.0 --- CHANGES.md | 4 +++- dune-project | 2 +- multicore-magic-dscheck.opam | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5e35bf2..5b880e2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ -## Next version +## 2.3.0 - Add `copy_as ~padded` for convenient optional padding (@polytypic) +- Add `multicore-magic-dscheck` package and library to help testing with DScheck + (@lyrm, review @polytypic) ## 2.2.0 diff --git a/dune-project b/dune-project index 66ab1bc..f978054 100644 --- a/dune-project +++ b/dune-project @@ -45,7 +45,7 @@ (package (name multicore-magic-dscheck) (synopsis - "A implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic") + "An implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic") (allow_empty) (depends (ocaml diff --git a/multicore-magic-dscheck.opam b/multicore-magic-dscheck.opam index 016751d..b0aa3b5 100644 --- a/multicore-magic-dscheck.opam +++ b/multicore-magic-dscheck.opam @@ -1,7 +1,7 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: - "A implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic" + "An implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic" maintainer: ["Vesa Karvonen "] authors: ["Vesa Karvonen "] license: "ISC"