From d4fe9d89161290e2e4d1a0144dfb4ad9c2eeedf7 Mon Sep 17 00:00:00 2001 From: Eric Proulx Date: Sun, 8 Sep 2024 17:48:59 +0200 Subject: [PATCH] Update CHANGELOG.md Object allocation instead of just hash --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c55cd504..01057484f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ * [#2464](https://github.com/ruby-grape/grape/pull/2464): The `length` validator only takes effect for parameters with types that support `#length` method - [@OuYangJinTing](https://github.com/OuYangJinTing). * [#2485](https://github.com/ruby-grape/grape/pull/2485): Add `is:` param to length validator - [@dakad](https://github.com/dakad). * [#2492](https://github.com/ruby-grape/grape/pull/2492): Fix `Grape::Endpoint#inspect` method - [@ericproulx](https://github.com/ericproulx). -* [#2496](https://github.com/ruby-grape/grape/pull/2496): Reduce Hash allocation when compiling - [@ericproulx](https://github.com/ericproulx). +* [#2496](https://github.com/ruby-grape/grape/pull/2496): Reduce object allocation when compiling - [@ericproulx](https://github.com/ericproulx). * Your contribution here. ### 2.1.3 (2024-07-13)