Skip to content

Commit 08d732f

Browse files
committed
Add CHANGELOG.md
Fix rubocop
1 parent da51f0a commit 08d732f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* [#2546](https://github.com/ruby-grape/grape/pull/2546): Fix middleware with keywords - [@ericproulx](https://github.com/ericproulx).
1919
* [#2547](https://github.com/ruby-grape/grape/pull/2547): Remove jsonapi related code - [@ericproulx](https://github.com/ericproulx).
2020
* [#2548](https://github.com/ruby-grape/grape/pull/2548): Formatting from header acts like versioning from header - [@ericproulx](https://github.com/ericproulx).
21+
* [#2552](https://github.com/ruby-grape/grape/pull/2552): Fix declared params optional array - [@ericproulx](https://github.com/ericproulx).
2122
* Your contribution here.
2223

2324
### 2.3.0 (2025-02-08)

spec/grape/endpoint/declared_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,7 @@
874874
end
875875
end
876876

877-
before { post '/', { "z": [] } }
878-
877+
before { post '/', { z: [] } }
879878

880879
it { is_expected.to be_successful }
881880
end

0 commit comments

Comments
 (0)