From 5d8426f9e5cdfe8e46a1df9a3f20f8fb24f0feff Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Thu, 10 Aug 2023 10:19:49 +0900 Subject: [PATCH] Prepare release v7.0.3 [skip ci] --- History.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History.md b/History.md index c0f415b29..cc0a16481 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +## 7.0.3 / 2023-08-10 + +* Changes and bug fixes + * Support Rails 7.0.7 + * Make ActiveRecord's quoted name caches thread-safe on JRuby/TruffleRuby [#2347, #2346] + * Address `NameError: uninitialized constant TestEmployee::AttributeSignature::Base64` [#2347] + * Address `Style/RedundantRegexpEscape` offense [#2347] + ## 7.0.2 / 2022-01-21 * Changes and bug fixes