Skip to content

Commit fe124c0

Browse files
committed
Add changelog entries.
1 parent c8303e8 commit fe124c0

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

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+
1022
## [v0.9.0] - 2025-04-28
1123

1224
### Added
@@ -90,13 +102,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
90102
- The `IndexMapValues` type is now inside the `index_map` module and has been renamed to `Values`.
91103
- The `IndexMapValuesMut` type is now inside the `index_map` module and has been renamed to `ValuesMut`.
92104
- 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`.
100112
- Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
101113
- Changed `Queue::split` to be `const`.
102114

0 commit comments

Comments
 (0)