Skip to content

Commit

Permalink
Update changelog for v0.2.5 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter authored Apr 14, 2024
1 parent d9d453e commit 540c83c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 0.2.5
The highlight of this release is native Windows support (including JIT
compilation). Everything should work out of the box; please open an issue if
things are misbehaving.

There are a handful of API and feature changes as well:

- Removed `threads` parameter from various `Settings` objects when targeting
`wasm32`, so that it's harder to accidentally spawn threads (which would
panic).
Expand Down

0 comments on commit 540c83c

Please sign in to comment.