mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
11 lines
No EOL
1,011 B
Markdown
11 lines
No EOL
1,011 B
Markdown
## 2.6.4 (unreleased)
|
|
|
|
- [#177](https://github.com/airblade/paper_trail/issues/177)/[#178](https://github.com/airblade/paper_trail/pull/178) -
|
|
Factored out `version_key` into it's own method to prevent `ConnectionNotEstablished` error from getting thrown in
|
|
instances where `has_paper_trail` is declared on class prior to ActiveRecord establishing a connection.
|
|
- [#176](https://github.com/airblade/paper_trail/pull/176) - Force metadata calls for attributes to use current value
|
|
if attribute value is changing.
|
|
- [#173](https://github.com/airblade/paper_trail/pull/173) - Update link to [diff-lcs](https://github.com/halostatue/diff-lcs).
|
|
- [#172](https://github.com/airblade/paper_trail/pull/172) - Save `object_changes` on creation.
|
|
- [#167](https://github.com/airblade/paper_trail/pull/167) - Fix `originator` method so that it works with subclasses and STI.
|
|
- [#160](https://github.com/airblade/paper_trail/pull/160) - Fixed failing tests and resolved out of date dependency issues. |