Docs: Changelog: Clarify entry re: NameError fix

[ci skip]
This commit is contained in:
Jared Beck 2017-08-18 11:23:58 -04:00
parent 839d8c7af4
commit ec5beee892
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).
- Stop including unnecessary files in released gem. Reduces .gem file size
from 100K to 30K.
- [#984](https://github.com/airblade/paper_trail/pull/984) - Fix wrong
exception in `touch_with_version` if record object isn't persisted
- [#984](https://github.com/airblade/paper_trail/pull/984) - Fix NameError
suspected to be caused by autoload race condition.
## 7.1.0 (2017-07-09)