Changelog: Enum-related known issue in v4.1.0 with Rails 4

This commit is contained in:
Ollie Bennett 2017-02-08 13:56:06 +00:00
parent 81db7065f9
commit 6fbc38aa6b
1 changed files with 4 additions and 0 deletions

View File

@ -299,6 +299,10 @@ name conflict with your methods.
## 4.1.0 (2016-01-30)
### Known Issues
- Version changesets now store ENUM values incorrectly (as nulls). Previously the values were stored as strings. This only affects Rails 4, not Rails 5. See [#926](https://github.com/airblade/paper_trail/pull/926)
### Breaking Changes
- None