From 97d25323788afb1bce5cc716a76ac4810e157271 Mon Sep 17 00:00:00 2001 From: Jo Hund Date: Fri, 3 Aug 2018 13:51:04 +0200 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f70b7..39b0b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Filterrific major versions match the Ruby on Rails major versions they work with. +## [5.1.0] - Aug. 3, 2018 + +* Breaking change: all Filterrific params are sanitized by default to prevent XSS attacks. You can disable sanitization (you really shouldn't!) by setting the :sanitize_params option to false when calling #initialize_filterrific in the controller. + ## [5.0.1] - Jan. 2, 2018 * Changed all instances of #deep_stringify_keys back to #stringify_keys. This was changed in 5.0.0, but it shouldn't have been changed.