aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-11-08 18:10:54 -0800
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-11-08 18:10:54 -0800
commitb67a03cf0b58d311b915af2d4b36012b5f394fea (patch)
treeb51b5c35153edcb64d172fe25cbc869c654beff1 /activesupport/CHANGELOG.md
parent72f5085404965f4762ecc67839bb5c93db73c8aa (diff)
parent346ccf376c13bef58e575474a2f717b78dfa583d (diff)
downloadrails-b67a03cf0b58d311b915af2d4b36012b5f394fea.tar.gz
rails-b67a03cf0b58d311b915af2d4b36012b5f394fea.tar.bz2
rails-b67a03cf0b58d311b915af2d4b36012b5f394fea.zip
Merge pull request #7763 from route/full-capture
Kernel#capture replaced by version which can catch output from subprocesses
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 0781abb6ed..61d85543d1 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,4 +1,5 @@
## Rails 4.0.0 (unreleased) ##
+* 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`.