Update CHANGELOG [ci skip]

typo fix
This commit is contained in:
Ben Atkins 2016-10-09 21:49:10 -04:00 committed by GitHub
parent c74e059c6d
commit e8af4d8ecf
1 changed files with 1 additions and 1 deletions

View File

@ -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.