From d5a89c28413a6dc86f784f0d4e503bb9ead3f163 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 29 May 2021 11:57:54 +0200 Subject: [PATCH] Wording tweak in CHANGELOG [skip ci] Say "also" so that it is clear that we are not defining what tmp:clear does for people not familiar with the task. --- railties/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 064dcb7464..f3828bb714 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,4 +1,4 @@ -* `bin/rails tmp:clear` deletes files and directories in `tmp/storage`. +* `bin/rails tmp:clear` deletes also files and directories in `tmp/storage`. *George Claghorn*