From efe895707cfe8d3a1d2e24d51d2cb7a83d5e3a60 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Thu, 2 May 2024 17:00:12 +0900 Subject: [PATCH] Fix a typo in link to the PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd07174..29cd73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Ruby 3.3 support [#298](https://github.com/active-hash/active_hash/pull/298) @m-nakamura145 - Support `has_many :through` associations [#296](https://github.com/active-hash/active_hash/pull/296) @flavorjones -- Rails 7.1 support [#291](https://github.com/active-hash/active_hash/pull/281) @y-yagi +- Rails 7.1 support [#291](https://github.com/active-hash/active_hash/pull/291) @y-yagi ### Fixed