Skip to content

Commit b7a97e1

Browse files
committed
Format changelog
1 parent 668426c commit b7a97e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
9+
810
### Changed
911
- Updated `syn` to v2.
1012

@@ -13,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1315
literal.
1416

1517
## [1.1.0] - 2022-02-06
18+
1619
### Added
1720
- `incomparable` variant and item attribute for `PartialEq` and `PartialOrd`
1821
derives, yielding false on all comparisons but `!=`.
@@ -21,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2124
- No changes.
2225

2326
## [1.0.0-rc.3] - 2022-03-21
27+
2428
### Fixed
2529
- Support attribute evaluation, e.g. `#[cfg(..)]` on fields.
2630

@@ -31,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3135
introduced: `Debug`, `EqHashOrd`, `Hash` and `Zeroize`.
3236

3337
## [1.0.0-rc.2] - 2022-01-25
38+
3439
### Added
3540
- Support [`ZeroizeOnDrop`](https://docs.rs/zeroize/1.5/zeroize/trait.ZeroizeOnDrop.html).
3641

@@ -41,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4146
- **Breaking Change**: Remove support for `Zeroize(drop)`.
4247

4348
## [1.0.0-rc.1] - 2021-12-08
49+
4450
### Added
4551
- Initial release.
4652

0 commit comments

Comments
 (0)