From 38306e24507cc74f07a96bcdfe6769ec117bd524 Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Wed, 26 Apr 2023 14:22:05 -0700 Subject: [PATCH] Update CHANGES * Add obsolete fingerprints to comparison report * Warn about missing CSRF protection when defaults are not loaded (Chris Kruger) * Scan directories that include the word `public` * Raise minimum Ruby version to 3.0 * Drop support for Ruby 1.8/1.9 syntax * Fix end-of-life dates for Ruby --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b51ff573d..1eae2cce0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +# Unreleased + +* Add obsolete fingerprints to comparison report +* Warn about missing CSRF protection when defaults are not loaded (Chris Kruger) +* Scan directories that include the word `public` +* Raise minimum Ruby version to 3.0 +* Drop support for Ruby 1.8/1.9 syntax +* Fix end-of-life dates for Ruby + # 5.4.1 - 2023-02-21 * Fix file/line location for EOL software warnings