Docs: Distinction between changes and enhancements

[ci skip]
This commit is contained in:
Jared Beck 2015-06-27 22:47:05 -04:00
parent 008dad3f76
commit 8be903bd8d
1 changed files with 7 additions and 6 deletions

View File

@ -1,11 +1,12 @@
## 4.0.0 (Unreleased)
##### Breaking change: if you use a custom initializer for PaperTrail in conjunction with Rails, you will need to add this line of code to the beginning of it:
```ruby
PaperTrail::Rails::Engine.eager_load!
```
### Changes
*Also*
- If you use a Rails initializer for PaperTrail add
`PaperTrail::Rails::Engine.eager_load!` to the beginning of it.
See the readme for an example.
### Enhancements
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).