diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-11-04 05:03:43 -0800 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-11-04 05:03:43 -0800 |
commit | f786469f54332458ed60a1bbefec3125afe5f64b (patch) | |
tree | 0ecb76e0438835fecfda6183316ca1a03bd027aa /activesupport/CHANGELOG.md | |
parent | 7c3bc58b54c68245b8abf8a41a9a9a4f7339e5c6 (diff) | |
parent | 9cda6a321e1fb8fd6d0b9d368bd1868fb142b93a (diff) | |
download | rails-f786469f54332458ed60a1bbefec3125afe5f64b.tar.gz rails-f786469f54332458ed60a1bbefec3125afe5f64b.tar.bz2 rails-f786469f54332458ed60a1bbefec3125afe5f64b.zip |
Merge pull request #8111 from nikitug/use_tag_instead_of_method_missing_in_xml_builder
Use `tag!` instead of `method_missing` in `to_xml` conversions.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 6534c0af85..0781abb6ed 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* `to_xml` conversions now use builder's `tag!` method instead of explicit invocation of `method_missing`. + + *Nikita Afanasenko* + * Fixed timezone mapping of the Solomon Islands. *Steve Klabnik* * Make callstack attribute optional in |