Skip to content

Commit 06890f5

Browse files
committed
Update changelog
1 parent b89c321 commit 06890f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.0-rc.3] - 2022-02-20
7+
## [1.0.0-rc.3] - 2022-03-21
88
### Fixed
99
- Support attribute evaluation, e.g. `#[cfg(..)]` on fields.
1010

1111
### Changed
1212
- **Breaking Change**: Upgraded MSRV to Rust 1.57.
13-
- **Breaking Change**: Upgraded to Rust edition 2021.
14-
13+
- Upgraded to Rust edition 2021.
14+
- **Breaking Change**: To prevent breaking invariants, skip groups were
15+
introduced: `Debug`, `EqHashOrd`, `Hash` and `Zeroize`.
1516

1617
## [1.0.0-rc.2] - 2022-01-25
1718
### Added

0 commit comments

Comments
 (0)