Skip to content

Commit

Permalink
Update changelog for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ralpha committed May 29, 2023
1 parent 587d02c commit 8236d4c
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions rocket-okapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,26 @@
All notable changes to this project will be documented in this file.
This project follows the [Semantic Versioning standard](https://semver.org/).

## Unreleased (2022-xx-xx)
## Unreleased (2023-xx-xx)

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## Version 0.8.0-rc.3 (2023-05-29)

### Added
- Add `ignore` derive attribute to ignore function arguments from documentation. (#113)
- `operation_id` can now be overwritten using `#[openapi(operation_id = "my_custom_id")]` but it has to be unique in the API spec. (#63)
- `operation_id` can now be overwritten using `#[openapi(operation_id = "my_custom_id")]`,
but it has to be unique in the API spec. (#63)
- Added support for `#[openapi(deprecated)]` to mark endpoint as deprecated in spec. (#123)

### Changed
Expand Down

0 comments on commit 8236d4c

Please sign in to comment.