Skip to content

Commit 1b2ac67

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

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
## [v0.9.3] 2025-04-15
1111

1212
- 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
13+
## [Unreleased]
14+
15+
- Fixed unsoundness in `Vec::IntoIter::drop` and `HistoryBuf::write` in the context of panicking drop implementations.
16+
17+
## [v0.9.3] 2025-04-15
18+
19+
- Fixed unsoundness in `Deque::clear`, `HistoryBuf::clear` and `IndexMap::clear` in the context
20+
- Fixed unsoundness in `Deque::clear`, `HistoryBuf::clear` and `IndexMap::clear` in the context
1421
of panicking drop implementations.
1522
- Added `from_bytes_truncating_at_nul` to `CString`
1623
- Added `CString::{into_bytes, into_bytes_with_nul, into_string}`

0 commit comments

Comments
 (0)