We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f63c1f commit 2bf6a28Copy full SHA for 2bf6a28
1 file changed
auditable-extract/CHANGELOG.md
@@ -0,0 +1,20 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.3.4] - 2024-05-08
9
10
+### Changed
11
12
+ - Upgraded to `wasmparser` 0.207.0, removing nearly all dependencies with `unsafe` code in them
13
+ - Enabled the `wasm` feature by default now that it doesn't pull in `unsafe` code
14
15
+## [0.3.3] - 2024-05-03
16
17
+### Added
18
19
+ - WebAssembly support, gated behind the non-default `wasm` feature
20
+ - This changelog file
0 commit comments