aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorYuji Yaginuma <yuuji.yaginuma@gmail.com>2019-04-02 16:30:46 +0900
committerGitHub <noreply@github.com>2019-04-02 16:30:46 +0900
commitef5ebd93d68c8287e42754e6bafc6c2ec0afa900 (patch)
tree91649bf3eb2d307bda7a8536e9665d6d9df12247 /railties/CHANGELOG.md
parent0214d406b1df96dc51487d45fd841941270d43fd (diff)
parent29b16d3ff87a3da4ec4ac33a17ad9fd9540284c8 (diff)
downloadrails-ef5ebd93d68c8287e42754e6bafc6c2ec0afa900.tar.gz
rails-ef5ebd93d68c8287e42754e6bafc6c2ec0afa900.tar.bz2
rails-ef5ebd93d68c8287e42754e6bafc6c2ec0afa900.zip
Merge pull request #35703 from y-yagi/add_database_option_to_dbconsole_command
Rename `connection` option to `database` in `dbconsole` command
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 64f90fbbcc..c5136b7ab0 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,8 @@
+* The `connection` option of `rails dbconsole` command is deprecated in
+ favor of `database` option.
+
+ *Yuji Yaginuma*
+
* Replace `chromedriver-helper` gem with `webdrivers` in default Gemfile.
`chromedriver-helper` is deprecated as of March 31, 2019 and won't
receive any further updates.