From 7890a834d9b1c6d1b699437220a0326cb2bf427a Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Wed, 30 Sep 2015 13:37:50 -0400 Subject: [PATCH] Update CHANGELOG to point to PR #556 and issue #301 for corresponding change --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c69d60b1..77e5ed914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ### Changed -- If you are tracking who is responsible for changes with `whodunnit`, be aware +- [#556](https://github.com/airblade/paper_trail/pull/556) / + [#301](https://github.com/airblade/paper_trail/issues/301) - + If you are tracking who is responsible for changes with `whodunnit`, be aware that PaperTrail no longer adds the `set_paper_trail_whodunnit` before_filter for you. Please add this before_filter to your ApplicationController to continue recording whodunnit. See the readme for an example.