Skip to content

Commit 360c2e8

Browse files
committed
Update CHANGES.md for 2.3.0
1 parent 5e7db0b commit 360c2e8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## Next version
1+
## 2.3.0
22

33
- Add `copy_as ~padded` for convenient optional padding (@polytypic)
4+
- Add `multicore-magic-dscheck` package and library to help testing with DScheck
5+
(@lyrm, review @polytypic)
46

57
## 2.2.0
68

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
(package
4646
(name multicore-magic-dscheck)
4747
(synopsis
48-
"A implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic")
48+
"An implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic")
4949
(allow_empty)
5050
(depends
5151
(ocaml

multicore-magic-dscheck.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
33
synopsis:
4-
"A implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic"
4+
"An implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic"
55
maintainer: ["Vesa Karvonen <[email protected]>"]
66
authors: ["Vesa Karvonen <[email protected]>"]
77
license: "ISC"

0 commit comments

Comments
 (0)