We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9002c commit 5c14f2fCopy full SHA for 5c14f2f
1 file changed
CHANGELOG.md
@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+- Fixed unsoundness in `Vec::IntoIter::drop` and `HistoryBuf::write`in the context of panicking drop implementations.
11
+
12
## [v0.9.3] 2025-04-15
13
-- Fixed unsoundness in `Deque::clear`, `HistoryBuf::clear` and `IndexMap::clear` in the context
-of panicking drop implementations.
14
+- Fixed unsoundness in `Deque::clear`, `HistoryBuf::clear` and `IndexMap::clear` in the context of panicking drop implementations.
15
- Added `from_bytes_truncating_at_nul` to `CString`
16
- Added `CString::{into_bytes, into_bytes_with_nul, into_string}`
17
- Added `pop_front_if` and `pop_back_if` to `Deque`
0 commit comments