Update changelog: 3.0.9 and 4.0.1 released

[ci skip]
This commit is contained in:
Jared Beck 2015-12-13 22:14:25 -05:00
parent 3fcf44ba43
commit 4e7a707cbe
1 changed files with 11 additions and 1 deletions

View File

@ -34,7 +34,7 @@ None
- None
## 4.0.1 (Unreleased)
## 4.0.1
### Breaking Changes
@ -172,6 +172,16 @@ candidates.
- [#479](https://github.com/airblade/paper_trail/issues/479) - Deprecated
`originator` method, use `paper_trail_originator`.
## 3.0.9
- [#479](https://github.com/airblade/paper_trail/issues/479) - Deprecated
`originator` method in favor of `paper_trail_originator` Deprecation warning
informs users that the `originator` of the methods will be removed in
version `4.0`. (Backported from v4)
- Updated deprecation warnings for `Model.paper_trail_on` and
`Model.paper_trail_off` to have display correct version number the methods
will be removed (`4.0`)
## 3.0.8
- [#525](https://github.com/airblade/paper_trail/issues/525) / [#512](https://github.com/airblade/paper_trail/pull/512) -