From d1275bb000357a8e6256a57e6d2cfee0834ff589 Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Tue, 27 Apr 2021 13:28:12 -0700 Subject: [PATCH] Update CHANGES * Detect `::Rails.application.configure` too * Set more line numbers on Sexps * Support loading `slim/smart` * Don't fail if $HOME/$USER are not defined * Always ignore slice/only calls for mass assignment * Convert splat array arguments to arguments --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 09cee7cd9f..709ed53e66 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +# 5.0.1 - 2021-04-27 + +* Detect `::Rails.application.configure` too +* Set more line numbers on Sexps +* Support loading `slim/smart` +* Don't fail if $HOME/$USER are not defined +* Always ignore slice/only calls for mass assignment +* Convert splat array arguments to arguments + # 5.0.0 - 2021-01-26 * Ignore `uuid` as a safe attribute