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