From e6fad35c958476ab5f3eae02a3436c78369f0188 Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Mon, 12 Jan 2015 11:00:40 -0500 Subject: [PATCH] Update CHANGELOG for #458 [ci skip] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dce6bf95..fe3d4a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ PaperTrail::Rails::Engine.eager_load! If you depend on the `RSpec` or `Cucumber` helpers, you will need to [manually load them into your test helper](https://github.com/airblade/paper_trail#testing). + - [#458](https://github.com/airblade/paper_trail/pull/458) - For `create` events, metadata pointing at attributes should attempt + to grab the current value instead of looking at the value prior to the change (which would always be `nil`) - [#440](https://github.com/airblade/paper_trail/pull/440) - `versions` association should clear/reload after a transaction rollback. - [#439](https://github.com/airblade/paper_trail/pull/439) / [#12](https://github.com/airblade/paper_trail/issues/12) - Support for versioning of associations (Has Many, Has One, HABTM, etc.)