Skip to content

Commit 5c14f2f

Browse files
committed
Update changelog
1 parent 4e9002c commit 5c14f2f

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,10 +7,11 @@ 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

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

0 commit comments

Comments
 (0)