@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - ` bytes::BufMut ` is now implemented on ` VecInner ` .
13
+
14
+ ### Fixed
15
+
16
+ - CI now uses flags specified in ` Cargo.toml ` for ` rustdoc ` tests.
17
+
18
+ ### Removed
19
+
20
+ - Removed invalid ` bytes::Buf ` implementation.
21
+
10
22
## [ v0.9.0] - 2025-04-28
11
23
12
24
### Added
@@ -90,13 +102,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
90
102
- The ` IndexMapValues ` type is now inside the ` index_map ` module and has been renamed to ` Values ` .
91
103
- The ` IndexMapValuesMut ` type is now inside the ` index_map ` module and has been renamed to ` ValuesMut ` .
92
104
- The ` histbuf ` module has been renamed to ` history_buf ` .
93
- - The ` HistoryBuffer ` type has been renamed to ` HistoryBuf ` .
94
- - The ` HistoryBufferView ` type has been renamed to ` HistoryBufView ` .
95
- - The ` OwnedHistBufStorage ` type has been renamed to ` OwnedHistoryBufStorage ` .
96
- - The ` ViewHistBufStorage ` type has been renamed to ` ViewHistoryBufStorage ` .
97
- - The ` MpMcQueue ` type has been renamed to ` Queue ` .
98
- - The ` MpMcQueueView ` type has been renamed to ` QueueView ` .
99
- - The ` MpMcQueueInner ` type has been renamed to ` QueueInner ` .
105
+ - The ` HistoryBuffer ` type has been renamed to ` HistoryBuf ` .
106
+ - The ` HistoryBufferView ` type has been renamed to ` HistoryBufView ` .
107
+ - The ` OwnedHistBufStorage ` type has been renamed to ` OwnedHistoryBufStorage ` .
108
+ - The ` ViewHistBufStorage ` type has been renamed to ` ViewHistoryBufStorage ` .
109
+ - The ` MpMcQueue ` type has been renamed to ` Queue ` .
110
+ - The ` MpMcQueueView ` type has been renamed to ` QueueView ` .
111
+ - The ` MpMcQueueInner ` type has been renamed to ` QueueInner ` .
100
112
- Remove ` Q* ` type aliases for ` MpMcQueue ` , and rename it to just ` Queue `
101
113
- Changed ` Queue::split ` to be ` const ` .
102
114
0 commit comments