From 35ae8225f616af3ebba53015d2add8704f89396d Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 9 Apr 2024 14:22:12 -0300 Subject: [PATCH] Add changelog about Ruby 3.3 [ci skip] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cab47c21..b42aee690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Unreleased +* enhancements + * Add support for Ruby 3.3. (no changes needed) + * bug fixes * Respect locale set by controller in failure app. Devise will carry over the current I18n.locale option when triggering authentication, and will wrap the failure app call with it. [#5567](https://github.com/heartcombo/devise/pull/5567)