From e8af4d8ecf4d93b3e5ae690bfbbba3377dc079d4 Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Sun, 9 Oct 2016 21:49:10 -0400 Subject: [PATCH] Update CHANGELOG [ci skip] typo fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb40972..8765a853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -410,7 +410,7 @@ candidates. ## 3.0.5 - [#401](https://github.com/airblade/paper_trail/issues/401) / [#406](https://github.com/airblade/paper_trail/issues/406) - - `PaperTrail::Version` class is not loaded via a `Rails::Engine`, even when the gem is used with in Rails. This feature has + `PaperTrail::Version` class is not loaded via a `Rails::Engine`, even when the gem is used within Rails. This feature has will be re-introduced in version `4.0`. - [#398](https://github.com/airblade/paper_trail/pull/398) - Only require the `RSpec` helper if `RSpec::Core` is required.