aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorDmitry Vorotilin <d.vorotilin@gmail.com>2012-09-26 13:04:41 +0400
committerDmitry Vorotilin <d.vorotilin@gmail.com>2012-11-01 13:36:40 +0400
commit346ccf376c13bef58e575474a2f717b78dfa583d (patch)
tree95b3c12162d37203d1201e9fecdecf3da83cbd4b /activesupport/CHANGELOG.md
parentc7e233ce47c050e086aa9eae7b0217c3d9e405dd (diff)
downloadrails-346ccf376c13bef58e575474a2f717b78dfa583d.tar.gz
rails-346ccf376c13bef58e575474a2f717b78dfa583d.tar.bz2
rails-346ccf376c13bef58e575474a2f717b78dfa583d.zip
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 1c1edc9048..73131128f7 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*
* Make callstack attribute optional in
ActiveSupport::Deprecation::Reporting methods `warn` and `deprecation_warning`