Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby authored Mar 17, 2024
1 parent 9ed43e2 commit cf72f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
treated as ruby's false in condition and that condition was never met. (by [@nashby](https://github.com/nashby))
* Make `Enumerize::Value#as_json` return a string, not an instance of `Enumerize::Value` (by [@nashby](https://github.com/nashby))
* Fix attribute type casting when Rails master is used (by [@nashby](https://github.com/nashby))
* Fix bug with `ActiveRecord#reload` when enumerized attribute is an instance of `ActiveRecord::Store` and it's nil. (by [@4ndypanda](https://github.com/4ndypanda))
* Fix attribute type casting when `ActiveRecord#dup` is used (by [@mihyaeru21](https://github.com/mihyaeru21))

### enchancements

Expand Down

0 comments on commit cf72f62

Please sign in to comment.