Commit 101b380
Document removal of the vestigial Endpoint Options format member
The route-metadata promotion (#2779) also dropped the always-nil `:format`
member from the endpoint's internal `Options`, but that part was only noted
in the commit/PR body. Record it in the CHANGELOG line and add an UPGRADING
note: `Grape::Endpoint.new(format:)` now raises instead of being ignored,
and `Grape::Router::Pattern#initialize` keeps `format:` as an optional
keyword.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ab000ef commit 101b380
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
0 commit comments