Skip to content

Commit b43fb0e

Browse files
committed
Update changelog
1 parent 2ae4b04 commit b43fb0e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
- `no_std` support with new `std` and `alloc` feature flags
12+
- `encode_to_heapless_vec` in preludes as a helper for `no_std` environments
13+
14+
### Changed
15+
- **Breaking**: Allocation-dependent codecs (`VecCodec`, `BoxCodec`, `UVarBECodec`, `OwnedCodec`) require the `alloc` feature
16+
- Error handling with `anyhow` requires the `std` feature
17+
- Default features now include `std`, `alloc`, `anyhow`, and `derive`
18+
1019
## [0.0.12] - 2025-11-05
1120

1221
### Fixed

0 commit comments

Comments
 (0)