From 9ba5976031754ba62890b070fcbe972434f2cd34 Mon Sep 17 00:00:00 2001 From: Paul Keen <125715+pftg@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:26:36 +0200 Subject: [PATCH] Cleanup Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374791dd..2c51ee83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 4.1.0 -* * Fix bug which makes commands to freeze when the Rails application is writing to STDERR. +* Fix bug which makes commands to freeze when the Rails application is writing to STDERR. * Fix rails db:system:change command failure issue. * Defer digest loading. * Add support for `SPRING_QUIET` environment variable.