aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-06-12 07:02:24 -0600
committerSean Griffin <sean@seantheprogrammer.com>2015-06-12 07:02:24 -0600
commit0158f9261f0f3d7be5bb5974ceef96bcf862766a (patch)
treeff49f157cec90482f8593eee71d29394cfb2704f /activerecord/CHANGELOG.md
parent40ffcd88a6a3129d8b9eb9f4dc077d8fd00aeb54 (diff)
parent09bef7684a5ddd0e37d8bed38858a9fa866e1df2 (diff)
downloadrails-0158f9261f0f3d7be5bb5974ceef96bcf862766a.tar.gz
rails-0158f9261f0f3d7be5bb5974ceef96bcf862766a.tar.bz2
rails-0158f9261f0f3d7be5bb5974ceef96bcf862766a.zip
Merge pull request #19813 from igas/enum-prefix
Add prefix option to enum definition
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 6680ef4bd2..bf21851ed0 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Add `:enum_prefix`/`:enum_suffix` option to `enum` definition.
+
+ Fixes #17511 and #17415
+
+ *Igor Kapkov*
+
* Correctly handle decimal arrays with defaults in the schema dumper.
Fixes #20515.