aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2018-03-24 11:51:01 +0000
committerGitHub <noreply@github.com>2018-03-24 11:51:01 +0000
commitff6d498704cff88b823871d20c5dfcaa3345ead7 (patch)
tree1dcf255e6da8edf80c3e6745d4447ebc6221c1a7 /activerecord/CHANGELOG.md
parent6aa5cf03ea8232180ffbbae4c130b051f813c670 (diff)
parent3f297be72b0a774d07cea3aa243f81cdbd6db2a3 (diff)
downloadrails-ff6d498704cff88b823871d20c5dfcaa3345ead7.tar.gz
rails-ff6d498704cff88b823871d20c5dfcaa3345ead7.tar.bz2
rails-ff6d498704cff88b823871d20c5dfcaa3345ead7.zip
Merge pull request #32306 from danhuynhdev/feature/store-accessor-prefix
Add custom prefix to ActiveRecord::Store accessors
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 647c96d4b1..2623a3226a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add custom prefix option to ActiveRecord::Store.store_accessor.
+
+ *Tan Huynh*
+
* Rails 6 requires Ruby 2.4.1 or newer.
*Jeremy Daer*