We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3c061 commit e2465bdCopy full SHA for e2465bd
1 file changed
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
## [v0.9.3] 2025-04-15
11
12
- 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
- Added `from_bytes_truncating_at_nul` to `CString`
16
- Added `CString::{into_bytes, into_bytes_with_nul, into_string}`
0 commit comments