Skip to content

Commit

Permalink
Merge pull request #630 from romanblanco/changelog-2.9
Browse files Browse the repository at this point in the history
2.9.0 release changes
  • Loading branch information
romanblanco committed Apr 24, 2023
2 parents 5d77db9 + e6db7b4 commit 2a29636
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Added

### Changed

### Fixed

### Documentation

## [2.9.0]

### Added

- Added option --spec_path to the generator command with requests as default value (https://github.com/rswag/rswag/pull/607)
- Add support for `:getter` parameter option to explicitly define custom parameter getter method and avoid RSpec conflicts with `include` matcher and `status` method (https://github.com/rswag/rswag/pull/605)
- Added support strict schema validation and allow to pass metadata to run_test! (https://github.com/rswag/rswag/pull/604)
Expand Down

0 comments on commit 2a29636

Please sign in to comment.