aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-05-30 11:06:16 -0600
committerSean Griffin <sean@thoughtbot.com>2015-05-30 11:13:28 -0600
commit6bd2573869eda8b1e4eaa9df2966f814fd9c5d5c (patch)
tree1b3b5deedafce708e430c07f36f4385da8c9a57a /activerecord/CHANGELOG.md
parent50914b918e57359193e873e285bcfe38dff12b81 (diff)
downloadrails-6bd2573869eda8b1e4eaa9df2966f814fd9c5d5c.tar.gz
rails-6bd2573869eda8b1e4eaa9df2966f814fd9c5d5c.tar.bz2
rails-6bd2573869eda8b1e4eaa9df2966f814fd9c5d5c.zip
Add docs and changelog entry for 73aab03 [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index de47660875..fff1f75567 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -11,6 +11,11 @@
*Ryuta Kamizono*
+* Allow proc defaults to be passed to the attributes API. See documentation
+ for examples.
+
+ *Sean Griffin, Kir Shatrov*
+
* SQLite: `:collation` support for string and text columns.
Example: