Skip to content

Commit 2bf6a28

Browse files
committed
Add changelog for auditable-extract
1 parent 0f63c1f commit 2bf6a28

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

auditable-extract/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)