Update CHANGELOG regarding removal of non bang on/off methods so the linked PR # is correct [ci skip]

This commit is contained in:
Ben Atkins 2015-07-29 23:07:59 -04:00
parent b18f1863cc
commit 374f508d1e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ candidates.
### Removed
- [#577](https://github.com/airblade/paper_trail/pull/577) - Removed deprecated
- [#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.