Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed Dec 13, 2023
1 parent 9fc11a9 commit 96ad6e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.4.0

- The default number of threads is now determined using
std::thread::available_parallelism in lieu of using num_cpus.
- `once_cell` has become a part of the standard library since Rust
1.70.0 so usage of `OnceCell has now been replaced with `OnceLock`.

## 0.3.0

- Add example for sampling
Expand Down

0 comments on commit 96ad6e0

Please sign in to comment.