Navigation Menu

Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhund committed Aug 3, 2018
1 parent f638a72 commit 97d2532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.
Expand Down

0 comments on commit 97d2532

Please sign in to comment.