Skip to content

Commit

Permalink
CHANGELOG: update for allocator_api feature
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Oct 29, 2023
1 parent 459f4b1 commit cd44eb2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added

- Implemented [`Allocator`] for `Heap` with the `allocator_api` crate feature.
This feature requires a nightly toolchain for the unstable [`allocator_api`]
compiler feature.

[`Allocator`]: https://doc.rust-lang.org/core/alloc/trait.Allocator.html
[`allocator_api`]: https://doc.rust-lang.org/beta/unstable-book/library-features/allocator-api.html

### Changed

- Updated `linked_list_allocator` dependency to 0.10.5, which allows
compiling with stable rust.

Expand Down

0 comments on commit cd44eb2

Please sign in to comment.