paper_trail 13.0.0
13.0.0 (2022-08-15)
Breaking Changes
- For Rails >= 7.0, the default serializer will now use
YAML.safe_loadunlessActiveRecord.use_yaml_unsafe_load. This change only affects users whoseversionstable hasobjectorobject_changescolumns of typetext, and who use the YAML serializer. People who use the JSON serializer, or those withjson(b)columns, are unaffected. Please see doc/pt_13_yaml_safe_load.md for details.
Added
- None
Fixed
- None