Skip to content

Commit

Permalink
Move legend to the releases where it was used
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jun 21, 2024
1 parent a85cab7 commit 9576c54
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
> Legend:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: White-space, formatting, missing semi-colons, etc
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing tests
- chore: Changes to the build process or auxiliary tools/libraries/documentation

## Unreleased

### New Features
Expand Down Expand Up @@ -706,6 +696,18 @@ serde >= 1.0.181
[#459]: https://github.com/tafia/quick-xml/pull/459
[#467]: https://github.com/tafia/quick-xml/pull/467

----------------------------------------------------------------------------------------------------

> Legend:
> - feat: A new feature
> - fix: A bug fix
> - docs: Documentation only changes
> - style: White-space, formatting, missing semi-colons, etc
> - refactor: A code change that neither fixes a bug nor adds a feature
> - perf: A code change that improves performance
> - test: Adding missing tests
> - chore: Changes to the build process or auxiliary tools/libraries/documentation

## 0.23.1 -- 2022-09-11

Expand Down

0 comments on commit 9576c54

Please sign in to comment.