Skip to content

Commit 756d03f

Browse files
authored
Update CHANGELOG with missing entries
Added entries for missing PRs within the version. Especially for a breaking change that is failing 400+ tests for us.
1 parent bb355c8 commit 756d03f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
* [#394](https://github.com/ruby-grape/grape-entity/pull/394): Add `Entity.[]` for Grape >= 3.2 param type compatibility - [@numbata](https://github.com/numbata).
1616
* [#388](https://github.com/ruby-grape/grape-entity/pull/388): Drop ruby-head from test matrix - [@numbata](https://github.com/numbata).
1717
* [#384](https://github.com/ruby-grape/grape-entity/pull/384): Fix `inspect` to correctly handle `nil` values - [@fcce](https://github.com/fcce).
18+
* [#392](https://github.com/ruby-grape/grape-entity/pull/392): Add N plus one operation solution section to README - [@OuYangJinTing](https://github.com/OuYangJinTing)
19+
* [#385](https://github.com/ruby-grape/grape-entity/pull/385)]: Drop multijson dependency - [ericproulx](https://github.com/ericproulx)
20+
21+
22+
**Breaking change:**
23+
* [#389](https://github.com/ruby-grape/grape-entity/pull/389): Block arity detection - [dblock](https://github.com/dblock)
24+
1825

1926
### 1.0.1 (2024-04-10)
2027

0 commit comments

Comments
 (0)