aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/5_1_release_notes.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md
index be978295e2..cb01c6d6df 100644
--- a/guides/source/5_1_release_notes.md
+++ b/guides/source/5_1_release_notes.md
@@ -255,6 +255,10 @@ Please refer to the [Changelog][railties] for detailed changes.
### Notable changes
+* Added a shared section to `config/secrets.yml` that will be loaded for all
+ environments.
+ ([commit](https://github.com/rails/rails/commit/e530534265d2c32b5c5f772e81cb9002dcf5e9cf))
+
* The config file `secrets.yml` is now loaded in with all keys as symbols.
([Pull Request](https://github.com/rails/rails/pull/26929))
@@ -269,6 +273,10 @@ Please refer to the [Changelog][railties] for detailed changes.
to the rails/webpacker gem.
([Pull Request](https://github.com/rails/rails/pull/27288))
+* Initialize Git repo when generating new app, if option `--skip-git` is not
+ provided.
+ ([Pull Request](https://github.com/rails/rails/pull/27632))
+
* Add encrypted secrets in `config/secrets.yml.enc`.
([Pull Request](https://github.com/rails/rails/pull/28038))