We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e30d2 commit df29b37Copy full SHA for df29b37
CHANGELOG.md
@@ -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
13
## 2.7.0 (July 7, 2023)
14
15
### bug fix
0 commit comments