From 489251c7f1e34bf14e5e5e55b36a373a8e45241a Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 31 Dec 2023 14:19:19 +0100 Subject: [PATCH] Fix CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebc3d5447..fcae35383a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * [#2384](https://github.com/ruby-grape/grape/pull/2384): Allow to use `before/after/rescue_from` methods in any order when using `mount` - [@jcagarcia](https://github.com/jcagarcia). * [#2390](https://github.com/ruby-grape/grape/pull/2390): Drop support for Ruby 2.6 and Rails 5 - [@ericproulx](https://github.com/ericproulx). * [#2393](https://github.com/ruby-grape/grape/pull/2393): Optimize AttributeTranslator - [@ericproulx](https://github.com/ericproulx). -* [#2395](https://github.com/ruby-grape/grape/pull/2395): set max-age to 0 when cookies.delete - [@ericproulx](https://github.com/ericproulx). +* [#2395](https://github.com/ruby-grape/grape/pull/2395): Set `max-age` to 0 when `cookies.delete` - [@ericproulx](https://github.com/ericproulx). * Your contribution here. #### Fixes