mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Docs: It's not a breaking change, it's a fix :)
The "changes" section of the release notes is for breaking changes only. The purpose is so that people don't need to read as much when upgrading, they can just read the changes section, they don't need to read the full release notes. Only major version bumps should have breaking changes. [ci skip]
This commit is contained in:
parent
1d120ab9e4
commit
8402e1be2b
1 changed files with 7 additions and 8 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,6 @@
|
|||
## 5.0.0 (Unreleased)
|
||||
|
||||
### Changed
|
||||
### Breaking Changes
|
||||
|
||||
- [#556](https://github.com/airblade/paper_trail/pull/556) /
|
||||
[#301](https://github.com/airblade/paper_trail/issues/301) -
|
||||
|
@ -19,12 +19,9 @@ None
|
|||
|
||||
## 4.1.0 (Unreleased)
|
||||
|
||||
### Changed
|
||||
### Breaking Changes
|
||||
|
||||
- [#589](https://github.com/airblade/paper_trail/pull/589) /
|
||||
[#588](https://github.com/airblade/paper_trail/issues/588) -
|
||||
`PaperTrail.timestamp_field` should be assigned to match the `updated_at`
|
||||
value when a version is generated for new versions.
|
||||
- None
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -35,7 +32,9 @@ None
|
|||
|
||||
### Fixed
|
||||
|
||||
None
|
||||
- [#589](https://github.com/airblade/paper_trail/pull/589) /
|
||||
[#588](https://github.com/airblade/paper_trail/issues/588) -
|
||||
Fixes timestamp for "create" versions
|
||||
|
||||
## 4.0.0
|
||||
|
||||
|
@ -44,7 +43,7 @@ versioning associations, various new configuration options, and a year's worth
|
|||
of bug fixes. Thanks to everyone who helped test the two betas and two release
|
||||
candidates.
|
||||
|
||||
### Changed
|
||||
### Breaking Changes
|
||||
|
||||
- Using a Rails initializer to reopen PaperTrail::Version or otherwise extend
|
||||
PaperTrail is no longer recommended. An alternative is described in the
|
||||
|
|
Loading…
Reference in a new issue