aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-09 15:24:05 +0100
committerSteve Klabnik <steve@steveklabnik.com>2012-11-09 15:57:18 +0100
commit88d59de12d9951c0ac18a1e53e52f92c00c15849 (patch)
tree071cb9c1beffdd548fb094188c1e128a35022041 /activesupport/CHANGELOG.md
parent6710f057f9033aec2ef62b961b9a2000a2d499e5 (diff)
downloadrails-88d59de12d9951c0ac18a1e53e52f92c00c15849.tar.gz
rails-88d59de12d9951c0ac18a1e53e52f92c00c15849.tar.bz2
rails-88d59de12d9951c0ac18a1e53e52f92c00c15849.zip
Deprecate Hash#diff.
It's no longer used in Rails any more. See https://github.com/rails/rails/pull/8142\#issuecomment-10227297 for more
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 61d85543d1..dc84b44dec 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,4 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+
+* Deprecate Hash#diff in favor of MiniTest's #diff. *Steve Klabnik*
+
* Kernel#capture can catch output from subprocesses *Dmitry Vorotilin*
* `to_xml` conversions now use builder's `tag!` method instead of explicit invocation of `method_missing`.