diff --git a/CHANGES.md b/CHANGES.md index f22f35181..3df5780fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +# Unreleased + +* Revise checking for request.env to only consider request headers +* Add `redirect_back` and `redirect_back_or_to` to open redirect check +* Support Rails 7 redirect options +* Add Rails 6.1 and 7.0 default configuration values +* Warn about unscoped find for `find_by(id: ...)` +* Support `presence`, `presence_in` and `in?` +* Fix issue with `if` expressions in `when` clauses + # 5.4.0 - 2022-11-17 * Use relative paths for CodeClimate report format (Mike Poage)