aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorIsaac Sloan <isaac@isaacsloan.com>2016-10-28 21:53:29 -0600
committerIsaac Sloan <isaac@isaacsloan.com>2016-11-21 16:12:45 -0700
commit7102c6ce8984c82e0ea84b039f288f72c79dcf18 (patch)
tree30fb14995a96e55732992fbe4a0bf7eaa1bb259d /railties/CHANGELOG.md
parent1f2e896edb05467559b1df9653d350bda1ec75cb (diff)
downloadrails-7102c6ce8984c82e0ea84b039f288f72c79dcf18.tar.gz
rails-7102c6ce8984c82e0ea84b039f288f72c79dcf18.tar.bz2
rails-7102c6ce8984c82e0ea84b039f288f72c79dcf18.zip
deep symbolize keys on secrets.yml
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 7db7e2e34d..7e6d3acd48 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,9 @@
+* The config file `secrets.yml` is now loaded in with all keys as symbols.
+ This allows secrets files to contain more complex information without all
+ child keys being strings while parent keys are symbols.
+
+ *Isaac Sloan*
+
* Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`
*Tsukuru Tanimichi*