aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-05-01 17:24:45 -0700
committerGitHub <noreply@github.com>2017-05-01 17:24:45 -0700
commit00f1f95569a491c89bf78f08b78ebf0e6ff1d9d1 (patch)
treec477b173bdfb7f66530b3706281b53d0036bb8a5 /activerecord/CHANGELOG.md
parent8d4d6a706d11b2b482256b9f62ea0678b5f001a5 (diff)
parent9caa0cf57d2f73b3ad6c34f00c34b5fdf75fe8fd (diff)
downloadrails-00f1f95569a491c89bf78f08b78ebf0e6ff1d9d1.tar.gz
rails-00f1f95569a491c89bf78f08b78ebf0e6ff1d9d1.tar.bz2
rails-00f1f95569a491c89bf78f08b78ebf0e6ff1d9d1.zip
Merge pull request #28938 from kamipo/deprecate_supports_statement_cache
Deprecate `supports_statement_cache?`
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 68f0638e32..37d1a173e0 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Deprecate `supports_statement_cache?`.
+
+ *Ryuta Kamizono*
+
* Quote database name in `db:create` grant statement (when database user does not have access to create the database).
*Rune Philosof*