Skip to content

Commit 99b8a6d

Browse files
committed
Doc: add change log 0.9.18
1 parent 2337c4e commit 99b8a6d

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

change-log.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v0.9.18
2+
3+
Summary:
4+
5+
- Fixed:
6+
- [5ae1965b](https://github.com/datafuselabs/openraft/commit/5ae1965bdf45eea823d73933bd9ef158c41768f8) Remove `serde` feature detection from `declare_raft_types!` macro.
7+
8+
Detail:
9+
10+
### Fixed:
11+
12+
- Fixed: [5ae1965b](https://github.com/datafuselabs/openraft/commit/5ae1965bdf45eea823d73933bd9ef158c41768f8) Remove `serde` feature detection from `declare_raft_types!` macro; by 张炎泼; 2024-11-30
13+
14+
The `[cfg_attr(feature = "serde")]` feature detection for
15+
`RaftTypeConfig` implementation should not be evaluated in application
16+
crates when the `declare_raft_types!` macro is called. This detection
17+
logic should be removed from the macro and instead added to each type
18+
that uses `RaftTypeConfig`.
19+
120
## v0.9.17
221

322
Summary:

change-log/v0.9.18.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Summary:
2+
3+
- Fixed:
4+
- [5ae1965b](https://github.com/datafuselabs/openraft/commit/5ae1965bdf45eea823d73933bd9ef158c41768f8) Remove `serde` feature detection from `declare_raft_types!` macro.
5+
6+
Detail:
7+
8+
### Fixed:
9+
10+
- Fixed: [5ae1965b](https://github.com/datafuselabs/openraft/commit/5ae1965bdf45eea823d73933bd9ef158c41768f8) Remove `serde` feature detection from `declare_raft_types!` macro; by 张炎泼; 2024-11-30
11+
12+
The `[cfg_attr(feature = "serde")]` feature detection for
13+
`RaftTypeConfig` implementation should not be evaluated in application
14+
crates when the `declare_raft_types!` macro is called. This detection
15+
logic should be removed from the macro and instead added to each type
16+
that uses `RaftTypeConfig`.

0 commit comments

Comments
 (0)