lib/paper_trail/serializers/yaml.rb in paper_trail-9.0.1 vs lib/paper_trail/serializers/yaml.rb in paper_trail-9.0.2
- old
+ new
@@ -28,10 +28,10 @@
raise <<-STR.squish.freeze
where_object_changes no longer supports reading YAML from a text
column. The old implementation was inaccurate, returning more records
than you wanted. This feature was deprecated in 8.1.0 and removed in
9.0.0. The json and jsonb datatypes are still supported. See
- discussion at https://github.com/airblade/paper_trail/pull/997
+ discussion at https://github.com/paper-trail-gem/paper_trail/pull/997
STR
end
end
end
end