Skip to content

Commit

Permalink
Rebase and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed May 10, 2023
1 parent edd4f9d commit 81f5b92
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@

Released YYYY-MM-DD.

### Changed
### Added

* The minimum supported Rust version (MSRV) is now 1.63.0.
* `"allocator_api"` feature now uses either unstable API from `std` or
`allocator-api2` crate - a mirror of the unstable API usable on stable.
* New `"allocator-api2"` feature enables use of allocator API on stable.
This feature uses a crate that mirrors the API of
unstable `allocator_api` feature.
If feature is enabled, references to `Bump` implement
`allocator_api2::Allocator`.
This allows `Bump` to be used as allocator for collection types from
`allocator-api2` and any other crates that support `allocator-api2`.

### Added
### Changed

* New `"nightly"` feature enables use of unstable API and requires nightly channel.
Enabling `allocator_api` nightly Rust feature is required
when using `"nightly"` feature
* The minimum supported Rust version (MSRV) is now 1.63.0.

### Deprecated

Expand Down

0 comments on commit 81f5b92

Please sign in to comment.