aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2019-02-04 17:41:40 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2019-02-04 17:41:40 -0500
commit3cf57007bfcba8172a0f5cce445bb364720d5665 (patch)
tree839a4958bc9aef7b868ce2dd3fc540749e3dac19 /activesupport/CHANGELOG.md
parent3cace9eac95fb4ec8d4b7045b60c5cc9b7b02d01 (diff)
parent2ce8455cc994c788a44f5b414769cb2dbee4577d (diff)
downloadrails-3cf57007bfcba8172a0f5cce445bb364720d5665.tar.gz
rails-3cf57007bfcba8172a0f5cce445bb364720d5665.tar.bz2
rails-3cf57007bfcba8172a0f5cce445bb364720d5665.zip
Merge pull request #35063 from rosa/current-before-reset-callback
Support before_reset callback in CurrentAttributes
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 1e726ceb54..2da774ca66 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,4 +1,8 @@
-* Remove the `` Kernel#` `` override that suppresses ENOENT and accidentally returns nil on Unix systems
+* Add `before_reset` callback to `CurrentAttributes` and define `after_reset` as an alias of `resets` for symmetry.
+
+ *Rosa Gutierrez*
+
+* Remove the `` Kernel#` `` override that suppresses ENOENT and accidentally returns nil on Unix systems.
*Akinori Musha*
@@ -8,7 +12,6 @@
*Stefan Schüßler*
-
## Rails 6.0.0.beta1 (January 18, 2019) ##
* Remove deprecated `Module#reachable?` method.