From 18ce38dc57206d4e3872869fae0f5a2c1acf24d5 Mon Sep 17 00:00:00 2001 From: Markus Doits Date: Sun, 6 Dec 2020 16:45:38 +0100 Subject: [PATCH] add changelog entry --- railties/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 06d69fd023a5e..518fdd2c4bd4e 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,7 @@ +* Use correct install flags with Yarn 2. + + *Markus Doits* + * Removed manifest.js and application.css in app/assets folder when --skip-sprockets option passed as flag to rails.