Skip to content

Commit df29b37

Browse files
committed
Update Changelog.
1 parent 89e30d2 commit df29b37

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## master
2+
3+
### bug fix
4+
5+
* Fix a bug where the value of a false boolean attribute was not properly serialized because it was
6+
treated as ruby's false in condition and that condition was never met. (by [@nashby](https://github.com/nashby))
7+
8+
### enchancements
9+
10+
* Support only Ruby 3+ and Rails 6.1+. (by [@nashby](https://github.com/nashby))
11+
* Allows the original options specified in enumerize to be retrieved from Enumerize::Attribute. (by [@okoshi-f](https://github.com/okoshi-f))
12+
113
## 2.7.0 (July 7, 2023)
214

315
### bug fix

0 commit comments

Comments
 (0)