Skip to content

Commit 69cddb8

Browse files
committed
Update changelog
1 parent e2ecc4e commit 69cddb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
- Added `resize_with` to `Vec`
1111
- Added `retain_back` (aka `truncate_front`) to `Deque`
12+
- Fixed unsoundness in `Vec::IntoIter::drop` and `HistoryBuf::write`in the context of panicking drop implementations.
1213

1314
## [v0.9.3] 2025-04-15
1415

15-
- Fixed unsoundness in `Deque::clear`, `HistoryBuf::clear` and `IndexMap::clear` in the context
16-
of panicking drop implementations.
16+
- Fixed unsoundness in `Deque::clear`, `HistoryBuf::clear` and `IndexMap::clear` in the context of panicking drop implementations.
1717
- Added `from_bytes_truncating_at_nul` to `CString`
1818
- Added `CString::{into_bytes, into_bytes_with_nul, into_string}`
1919
- Added `pop_front_if` and `pop_back_if` to `Deque`

0 commit comments

Comments
 (0)