aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorWillem van Bergen <willem@vanbergen.org>2017-04-19 14:50:25 -0400
committerWillem van Bergen <willem@vanbergen.org>2017-04-19 18:23:28 -0400
commit0bdf6d757bbfd5495c84ca98520d9f7fb48893bd (patch)
treea946d04c76abad07858a15d7abdb42f931124890 /activesupport/CHANGELOG.md
parentc324f5d8bbd717b308776bf47a5fed83ce691e66 (diff)
downloadrails-0bdf6d757bbfd5495c84ca98520d9f7fb48893bd.tar.gz
rails-0bdf6d757bbfd5495c84ca98520d9f7fb48893bd.tar.bz2
rails-0bdf6d757bbfd5495c84ca98520d9f7fb48893bd.zip
Send deprecation horizon and gem name as arguments to deprecation heavier handler, and make sure they are used for the ActiveSupport::Notifications message.
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 6146dd989f..a4fc1e34eb 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Pass gem name and deprecation horizon to deprecation notifications.
+
+ *Willem van Bergen*
+
* Add support for `:offset` and `:zone` to `ActiveSupport::TimeWithZone#change`
*Andrew White*