Skip to content

Commit 33aeb36

Browse files
committed
Collapse CHANGELOG entry to one line
1 parent 9610528 commit 33aeb36

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
### 2.2.0 (Next)
22

3-
#### Breaking changes
4-
5-
* [#978](https://github.com/ruby-grape/grape-swagger/pull/978): Bump minimum Grape to `>= 2.1` (was `>= 1.7`); drop Grape 1.8/2.0 CI rows. See [UPGRADING](UPGRADING.md) - [@numbata](https://github.com/numbata).
6-
* [#978](https://github.com/ruby-grape/grape-swagger/pull/978): On Grape 3.2+, declare swagger-only types under `documentation: { type: 'Object' }` instead of `params { type: 'Object' }` - [@numbata](https://github.com/numbata).
7-
* [#978](https://github.com/ruby-grape/grape-swagger/pull/978): On Grape 3.2+, custom type classes used via `type: MyClass` must implement `MyClass.parse(value)` - [@numbata](https://github.com/numbata).
8-
* Your contribution here.
9-
10-
#### Features
11-
12-
* [#978](https://github.com/ruby-grape/grape-swagger/pull/978): Accept string-keyed `api_documentation` / `specific_api_documentation` and a `:description` alias for `:desc` - [@numbata](https://github.com/numbata).
13-
* Your contribution here.
14-
15-
#### Fixes
16-
17-
* [#978](https://github.com/ruby-grape/grape-swagger/pull/978): Pass keyword arguments to `desc` to fix Grape 3.3+ deprecation warnings - [@numbata](https://github.com/numbata).
18-
* [#978](https://github.com/ruby-grape/grape-swagger/pull/978): On Grape 3.2+, recover multi-type params (`type: [A, B]`) from `VariantCollectionCoercer` so swagger reflects the first declared type instead of the coercer's `#inspect` string - [@numbata](https://github.com/numbata).
3+
* [#978](https://github.com/ruby-grape/grape-swagger/pull/978): Fix Grape 3.2+ compatibility: desc kwargs, custom types, multi-type param recovery; bump Grape to `>= 2.1, < 5.0`. See [UPGRADING](UPGRADING.md) - [@numbata](https://github.com/numbata).
194
* Your contribution here.
205

216
### 2.1.4 (2026-02-02)

0 commit comments

Comments
 (0)