commit | 13471bc550e0d8438c81442709d179dd7c779fa7 | [log] [tgz] |
---|---|---|
author | Mauro Gentile <62186646+gents83@users.noreply.github.com> | Mon May 02 07:46:08 2022 |
committer | Andreas Molzer <andreas.molzer@gmx.de> | Mon May 02 15:53:33 2022 |
tree | 4a7f8e0b1e0b6850bb888dd84756a08c9223fe69 | |
parent | a9a974a738ec58d3e648dcf846095f078bd62f18 [diff] |
Update CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index eb609e1..a6fea85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v0.2.5 (2022-05-02) + +- Fix single threaded usage in WASM target. + ## v0.2.4 (2022-04-01) - Corrects minimal version requirements of dependency `rayon`.