aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2017-09-17 02:20:02 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2017-09-17 02:20:02 +0300
commit9e4827a8ae40de50503c530b8cfd0a0789e27956 (patch)
treefbbcdbf0df9ab00691c806a2da6857e933ef4e1f /activesupport/CHANGELOG.md
parentf8e4c837c765891311e1a6dac7e555526c9c283e (diff)
downloadrails-9e4827a8ae40de50503c530b8cfd0a0789e27956.tar.gz
rails-9e4827a8ae40de50503c530b8cfd0a0789e27956.tar.bz2
rails-9e4827a8ae40de50503c530b8cfd0a0789e27956.zip
Deprecate `Module#reachable?` method
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index f158d5357d..56013c5f95 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Deprecate `Module#reachable?` method.
+
+ *bogdanvlviv*
+
* Add `config/credentials.yml.enc` to store production app secrets.
Allows saving any authentication credentials for third party services