Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.5.2

* Upgrade to Saturn 1.0 (#129, @Sudha247)
* Update README.md instruction to use OCaml 5.1.0 (#123, @punchagan)
* Fix Saturn.Queue function (#121, @Sudha247)
* Make parallel_scan work on noncommutative functions (#118, @aytao)
* Test condition tweaks (#113, @jmid)
* Adjust PBTs based on recommended_domain_count (#112, @jmid)

## 0.5.1

* Add parallel_find (#90, @gasche)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ More example programs are available [here](https://github.com/ocaml-multicore/do
You can install this library using `OPAM`.

```bash
$ opam switch create 5.1.0
$ opam switch create 5.3.0
$ opam install domainslib
```

Expand Down