Skip to content

Commit cd44eb2

Browse files
committed
CHANGELOG: update for allocator_api feature
1 parent 459f4b1 commit cd44eb2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Implemented [`Allocator`] for `Heap` with the `allocator_api` crate feature.
13+
This feature requires a nightly toolchain for the unstable [`allocator_api`]
14+
compiler feature.
15+
16+
[`Allocator`]: https://doc.rust-lang.org/core/alloc/trait.Allocator.html
17+
[`allocator_api`]: https://doc.rust-lang.org/beta/unstable-book/library-features/allocator-api.html
18+
19+
### Changed
20+
1021
- Updated `linked_list_allocator` dependency to 0.10.5, which allows
1122
compiling with stable rust.
1223

0 commit comments

Comments
 (0)