Skip to content

Commit

Permalink
Docs: It's not a breaking change, it's a fix :)
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
jaredbeck committed Dec 21, 2015
1 parent 7fe1a79 commit 899bd64
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
@@ -1,12 +1,8 @@
## 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

Expand All @@ -17,7 +13,9 @@

### 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

Expand All @@ -26,7 +24,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
Expand Down

0 comments on commit 899bd64

Please sign in to comment.