mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Update Changelog release notes for 4.0 to contain a 'Removed' section
This commit is contained in:
parent
4395a30c8b
commit
b18f1863cc
1 changed files with 6 additions and 3 deletions
|
@ -13,9 +13,6 @@ 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).
|
||||
- [#577](https://github.com/airblade/paper_trail/pull/577) - 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`.
|
||||
|
@ -33,6 +30,12 @@ candidates.
|
|||
identical: both return the `PaperTrail::Config` instance and also
|
||||
yield it if a block is provided.
|
||||
|
||||
### Removed
|
||||
|
||||
- [#577](https://github.com/airblade/paper_trail/pull/577) - Removed deprecated
|
||||
methods `paper_trail_on` and `paper_trail_off`. Use `paper_trail_on!` and
|
||||
`paper_trail_off!` instead.
|
||||
|
||||
### Added
|
||||
|
||||
- [#525](https://github.com/airblade/paper_trail/issues/525) /
|
||||
|
|
Loading…
Reference in a new issue