Skip to content

Commit e1fc46c

Browse files
CopilotAsakuraMizu
andcommitted
docs: complete CHANGELOG for 0.2.0 with entries from PRs #1 and #2
Co-authored-by: AsakuraMizu <17076564+AsakuraMizu@users.noreply.github.com>
1 parent ee60bfb commit e1fc46c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.2.0] - 2026-03-05
1111

12-
### Removed
13-
- Removed deprecated `bench` feature flag from `Cargo.toml`
12+
### Added
13+
- Added `axallocator = "0.2"` as a dependency
1414

1515
### Changed
16-
- Version bump to 0.2.0 for crates.io release
16+
- `AllocError`, `AllocResult`, `BaseAllocator`, `ByteAllocator`, `PageAllocator`, and `IdAllocator` are now re-exported from `axallocator` instead of being defined locally
17+
- Updated Rust toolchain to `nightly-2026-02-25`
18+
- Benchmarks no longer require `--features bench`; `criterion` and `rand` moved to `[dev-dependencies]`
19+
20+
### Removed
21+
- Removed locally defined allocator trait and error type definitions (now provided by `axallocator`)
22+
- Removed the deprecated `bench` feature flag
1723

1824
## [0.1.1] - 2026-02-06
1925

0 commit comments

Comments
 (0)