CHANGES.md in brakeman-4.1.0 vs CHANGES.md in brakeman-4.1.1
- old
+ new
@@ -1,4 +1,9 @@
+# 4.1.1
+
+* Remove check for use of `permit` with `*_id` keys
+* Avoid duplicate warnings about permitted attributes
+
# 4.1.0
* Process models as root sexp instead of each sexp
* Avoid CSRF warning in Rails 5.2 default config
* Show better location for Sass errors (Andrew Bromwich)