Skip to content

Commit

Permalink
Release notes for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Apr 28, 2023
1 parent 668b388 commit bd19c26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 0.3.0

* Remove the `Tx` API (@polytypic)
* Add blocking support to turn kcas into a proper STM (@polytypic, review: @lyrm)
* Add periodic validation of transactions (@polytypic)

## 0.2.4

* Introduce `kcas_data` companion package of composable lock-free data structures (@polytypic)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[API reference](https://ocaml-multicore.github.io/kcas/doc/) ·
<sub><sup>(The API was redesigned in version 0.2.0. See
<sub><sup>(The `Tx` API was removed in version 0.3.0 &mdash; see
[API reference for version 0.2.4](https://ocaml-multicore.github.io/kcas/0.2.4/index.html).
The API was redesigned in version 0.2.0 &mdash; see
[API reference for version 0.1.8](https://ocaml-multicore.github.io/kcas/0.1.8/kcas/Kcas/index.html).)</sup></sub>

# **kcas** &mdash; STM based on lock-free MCAS
Expand Down

0 comments on commit bd19c26

Please sign in to comment.