From 2101e977040b01a695e5ae248c4b265e9cc555e8 Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Sun, 13 Nov 2022 22:15:28 -0800 Subject: [PATCH] Update CHANGES * Add check for weak RSA key sizes and padding modes * Handle multiple values and splats in case/when * Ignore more model methods in redirects * Add check for absolute paths issue with Pathname * Fix `load_rails_defaults` overwriting settings in the Rails application (James Gregory-Monk) --- CHANGES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 553c208698..ea0ce473d5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Unreleased -* Add GitHub Action to update docker hub image +* Add check for weak RSA key sizes and padding modes +* Handle multiple values and splats in case/when +* Ignore more model methods in redirects +* Add check for absolute paths issue with Pathname +* Fix `load_rails_defaults` overwriting settings in the Rails application (James Gregory-Monk) # 5.3.1 - 2022-08-09