Skip to content

Commit 3ce3917

Browse files
committed
Fix CHANGELOG formatting issues
- Fix mismatched PR numbers in links for #369 and #363 - Remove bold markdown in breaking change markers that danger-changelog cannot parse
1 parent e590c16 commit 3ce3917

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
* [#394](https://github.com/ruby-grape/grape-entity/pull/394): Add `Entity.[]` for Grape >= 3.2 param type compatibility - [@numbata](https://github.com/numbata).
1818
* [#388](https://github.com/ruby-grape/grape-entity/pull/388): Drop ruby-head from test matrix - [@numbata](https://github.com/numbata).
19-
* [#389](https://github.com/ruby-grape/grape-entity/pull/389): **Breaking change:** Block arity detection - [@numbata](https://github.com/numbata).
19+
* [#389](https://github.com/ruby-grape/grape-entity/pull/389): Block arity detection (breaking change) - [@numbata](https://github.com/numbata).
2020
* [#385](https://github.com/ruby-grape/grape-entity/pull/385): Drop multijson dependency - [@ericproulx](https://github.com/ericproulx).
2121
* [#384](https://github.com/ruby-grape/grape-entity/pull/384): Fix `inspect` to correctly handle `nil` values - [@fcce](https://github.com/fcce).
2222

@@ -31,7 +31,7 @@
3131

3232
#### Fixes
3333

34-
* [#352](https://github.com/ruby-grape/grape-entity/pull/369): **Breaking change:** Remove `FetchableObject` behavior - [@danielvdao](https://github.com/danielvdao).
34+
* [#369](https://github.com/ruby-grape/grape-entity/pull/369): Remove `FetchableObject` behavior (breaking change) - [@danielvdao](https://github.com/danielvdao).
3535
* [#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).
3636

3737

@@ -40,7 +40,7 @@
4040
#### Fixes
4141

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

4646

0 commit comments

Comments
 (0)