Skip to content

Commit cf72f62

Browse files
authored
Update CHANGELOG.md
1 parent 9ed43e2 commit cf72f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
treated as ruby's false in condition and that condition was never met. (by [@nashby](https://github.com/nashby))
77
* Make `Enumerize::Value#as_json` return a string, not an instance of `Enumerize::Value` (by [@nashby](https://github.com/nashby))
88
* Fix attribute type casting when Rails master is used (by [@nashby](https://github.com/nashby))
9+
* Fix bug with `ActiveRecord#reload` when enumerized attribute is an instance of `ActiveRecord::Store` and it's nil. (by [@4ndypanda](https://github.com/4ndypanda))
10+
* Fix attribute type casting when `ActiveRecord#dup` is used (by [@mihyaeru21](https://github.com/mihyaeru21))
911

1012
### enchancements
1113

0 commit comments

Comments
 (0)