Merge pull request #580 from airblade/removed_is_changed

Organize 4.0.0 change list
This commit is contained in:
Ben Atkins 2015-08-03 17:00:44 -04:00
commit bdcd1f97d1
1 changed files with 3 additions and 6 deletions

View File

@ -28,6 +28,9 @@ candidates.
https://github.com/airblade/paper_trail/pull/492.
- If you depend on the `RSpec` or `Cucumber` helpers, you must
[require them in your test helper](https://github.com/airblade/paper_trail#testing).
- [#566](https://github.com/airblade/paper_trail/pull/566) - Removed deprecated
methods `paper_trail_on` and `paper_trail_off`. Use `paper_trail_on!` and
`paper_trail_off!` instead.
- [#458](https://github.com/airblade/paper_trail/pull/458) - Version metadata
(the `:meta` option) from AR attributes for `create` events will now save the
current value instead of `nil`.
@ -44,12 +47,6 @@ candidates.
- `3da1f104` - `PaperTrail.config` and `PaperTrail.configure` are now
identical: both return the `PaperTrail::Config` instance and also
yield it if a block is provided.
### Removed
- [#566](https://github.com/airblade/paper_trail/pull/566) - Removed deprecated
methods `paper_trail_on` and `paper_trail_off`. Use `paper_trail_on!` and
`paper_trail_off!` instead.
### Added