CHANGELOG.adoc in attr_masker-0.2.1 vs CHANGELOG.adoc in attr_masker-0.3.0
- old
+ new
@@ -1,6 +1,10 @@
== Not released yet
+* Drop support for Rails < 4.2
+* Allow masking attributes which span on more than one column (or field),
+ supersede `column_name` option with `column_names`
+
== 0.2.1
* Bugfix: preload application to find all models
* Bugfix: require all dependencies correctly