Skip to content

Commit ad73ea5

Browse files
committed
Fix CHANGELOG formatting for danger-changelog compliance
Inline breaking change marker, remove extra period in description, and add missing @ prefix to author link.
1 parent bb29422 commit ad73ea5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,15 @@
2929

3030
#### Fixes
3131

32-
**Breaking change:**
33-
* [#352](https://github.com/ruby-grape/grape-entity/pull/369): Remove `FetchableObject` behavior. - [@danielvdao](https://github.com/danielvdao).
32+
* [#352](https://github.com/ruby-grape/grape-entity/pull/369): **Breaking change:** Remove `FetchableObject` behavior - [@danielvdao](https://github.com/danielvdao).
3433
* [#371](https://github.com/ruby-grape/grape-entity/pull/371): Allow default exposed value to be `false` or any empty data - [@norydev](https://github.com/norydev).
3534

3635

3736
### 0.10.2 (2022-07-29)
3837

3938
#### Fixes
4039

41-
* [#366](https://github.com/ruby-grape/grape-entity/pull/366): Don't suppress regular ArgumentError exceptions - [splattael](https://github.com/splattael).
40+
* [#366](https://github.com/ruby-grape/grape-entity/pull/366): Don't suppress regular ArgumentError exceptions - [@splattael](https://github.com/splattael).
4241
* [#363](https://github.com/ruby-grape/grape-entity/pull/338): Fix typo - [@OuYangJinTing](https://github.com/OuYangJinTing).
4342
* [#361](https://github.com/ruby-grape/grape-entity/pull/361): Require 'active_support/core_ext' - [@pravi](https://github.com/pravi).
4443

0 commit comments

Comments
 (0)