Skip to content

Commit 128d422

Browse files
committed
Changelog
1 parent e78c1be commit 128d422

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
### Next
2-
3-
#### Features
4-
5-
* Your contribution here.
1+
### 1.4.3
62

73
#### Fixes
84

9-
* Your contribution here.
5+
* [#840](https://github.com/ruby-grape/grape-swagger/pull/847): Fixes documentation of `route_param` type when used with nested endpoints - [@dmoss18](https://github.com/dmoss18)
106

117

128
### 1.4.2 (October 22, 2021)

spec/issues/833_route_param_options_spec.rb renamed to spec/issues/847_route_param_options_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require 'spec_helper'
44

5-
describe '#833 route_param type is included in documentation' do
5+
describe '#847 route_param type is included in documentation' do
66
let(:app) do
77
Class.new(Grape::API) do
88
resource :accounts do

0 commit comments

Comments
 (0)