Skip to content

Commit 093d30f

Browse files
committed
Update changelog
1 parent 573efd6 commit 093d30f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Unreleased
44

5+
### Added
6+
7+
- Added support for a static `path_prefix` value to be set on the creation of a Definition. See [PR #432](https://github.com/ahx/openapi_first/pull/432):
8+
```ruby
9+
OpenapiFirst.configure do |config|
10+
config.register('openapi/openapi.yaml' path_prefix: '/weather')
11+
end
12+
```
13+
514
## 3.1.1
615

716
- Changed: Return uniqe errors in default error responses

0 commit comments

Comments
 (0)