Skip to content

Commit d1f3f26

Browse files
committed
Fix changelog.
1 parent 1b1cacb commit d1f3f26

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
- Fixed unsoundness in `Vec::IntoIter::drop` and `HistoryBuf::write` in the context of panicking drop implementations.
11+
1012
## [v0.9.3] 2025-04-15
1113

1214
- Fixed unsoundness in `Deque::clear`, `HistoryBuf::clear` and `IndexMap::clear` in the context
13-
- Fixed unsoundness in `Deque::clear`, `HistoryBuf::clear`, `IndexMap::clear`, `Vec::IntoIter::drop` and `HistoryBuf::write` in the context
14-
of panicking drop implementations.
15+
of panicking drop implementations.
1516
- Added `from_bytes_truncating_at_nul` to `CString`
1617
- Added `CString::{into_bytes, into_bytes_with_nul, into_string}`
1718
- Added `pop_front_if` and `pop_back_if` to `Deque`

0 commit comments

Comments
 (0)