From b18f1863cc955d74462aa489527ccb9f95d40b53 Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Wed, 29 Jul 2015 22:36:38 -0400 Subject: [PATCH] Update Changelog release notes for 4.0 to contain a 'Removed' section --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49932215..38aec8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -32,6 +29,12 @@ 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 + +- [#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