From 899bd6411027ff61d85e7dc862af875ba4a29fa7 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Sat, 31 Oct 2015 21:22:40 -0400 Subject: [PATCH] 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] --- CHANGELOG.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ade26704..89dae5936 100644 --- a/CHANGELOG.md +++ b/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 @@ -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 @@ -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