From 26d66387d42574ce500cce793aef3149fe887476 Mon Sep 17 00:00:00 2001 From: Alvin Crespo Date: Wed, 11 Dec 2024 13:54:40 +0000 Subject: [PATCH] Adds CHANGELOG entry for ActionText / Rails 8.0 --- docs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 47841816c..9760606aa 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -26,6 +26,10 @@ nav_order: 5 *Reegan Viljoen* +* Updates ActionText compatibility documentation to reference `rich_textarea_tag` for Rails 8.0 support. + + *Alvin Crespo* + ## 3.20.0 * Allow rendering `with_collection` to accept an optional `spacer_component` to be rendered between each item.