Skip to content

Commit 2664a8f

Browse files
committed
Update changelog
1 parent 1f5548f commit 2664a8f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Unreleased
22

3+
- Fix potential panic due to huge layout ([#79](https://github.com/rust-osdev/linked-list-allocator/pull/79))
4+
- Fix `alloc_ref` build on recent nightly by using renamed `NonNull::dangling` ([#90](https://github.com/rust-osdev/linked-list-allocator/pull/90))
5+
6+
## Internal
7+
8+
- Fix warnings about `cfg(fuzzing)` ([#82](https://github.com/rust-osdev/linked-list-allocator/pull/82))
9+
- Remove stabilized miri flags and feature ([#81](https://github.com/rust-osdev/linked-list-allocator/pull/81))
10+
- Remove potential undefined behavior in fuzz chaos harness ([#80](https://github.com/rust-osdev/linked-list-allocator/pull/80))
11+
- Upgrade plain-HTTP links to HTTPS in Cargo.toml ([#78](https://github.com/rust-osdev/linked-list-allocator/pull/78))
12+
313
# 0.10.5 – 2023-03-04
414

515
- Remove features `const_mut_refs` and `use_spin_nightly`.

0 commit comments

Comments
 (0)