From 9184efba3456cd77ad9ebb06a9176700d3657cb5 Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Sun, 21 Jan 2024 21:32:15 +0330 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d544a90..15a394c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Changes since the last non-beta release. - Dropped support for Node 14 and 17 [PR 1596](https://github.com/shakacode/react_on_rails/pull/1596) by [ahangarha](https://github.com/ahangarha). #### Fixed -- Prevent displaying the deprecation message for using `webpacker_precompile?` when using Shakapacker v7+ [PR 1592](https://github.com/shakacode/react_on_rails/pull/1592) by [ahangarha](https://github.com/ahangarha). +- Prevent displaying the deprecation message for using `webpacker_precompile?` method and `webpacker:clean` rake task when using Shakapacker v7+ [PR 1592](https://github.com/shakacode/react_on_rails/pull/1592) by [ahangarha](https://github.com/ahangarha). ### [13.4.1] #### Fixed