From cf72f62e4a0549d08894e25255e4dadf4bdd7105 Mon Sep 17 00:00:00 2001 From: Vasiliy Ermolovich Date: Sun, 17 Mar 2024 17:50:08 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37dbb9d..d1efc28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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