aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-27 22:41:22 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-27 22:43:23 -0300
commit27fdf4591d06d11728649714bdaf0a006908861b (patch)
treea52e760ec83c05b4eb21de2134aa2c7b679dede2 /activerecord/CHANGELOG.md
parenta75f6cfb1bf155616f2c4f59d0712455862bd90b (diff)
parent1b8adca35826f91ecbdf989f5dfeb5c40b71e3a6 (diff)
downloadrails-27fdf4591d06d11728649714bdaf0a006908861b.tar.gz
rails-27fdf4591d06d11728649714bdaf0a006908861b.tar.bz2
rails-27fdf4591d06d11728649714bdaf0a006908861b.zip
Merge pull request #20269 from wojobucco/master
Changed mysqldump to include sprocs and functions
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 e90490f8b6..5d75d9bc31 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Include stored procedures and function on the MySQL structure dump.
+
+ *Jonathan Worek*
+
* Pass `:extend` option for `has_and_belongs_to_many` associations to the underlying `has_many :through`.
*Jaehyun Shin*