We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459f4b1 commit cd44eb2Copy full SHA for cd44eb2
CHANGELOG.md
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
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
21
- Updated `linked_list_allocator` dependency to 0.10.5, which allows
22
compiling with stable rust.
23
0 commit comments