diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-04 18:35:04 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-04 18:35:04 -0300 |
commit | d65ab433ae095d99b51786c5c69be8f6cdd5e249 (patch) | |
tree | ceb241be22ab10243a618955f67f8a3fa089fc3d | |
parent | 73f2e25ac5b63f52b175004176a8f32a0fdef908 (diff) | |
download | rails-d65ab433ae095d99b51786c5c69be8f6cdd5e249.tar.gz rails-d65ab433ae095d99b51786c5c69be8f6cdd5e249.tar.bz2 rails-d65ab433ae095d99b51786c5c69be8f6cdd5e249.zip |
Improve CHANGELOG [ci skip]
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 2dc48f0084..36955e5ca6 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,6 +1,6 @@ -* Fixed backward compatibility isues introduced in 326e652 +* Fixed backward compatibility isues introduced in 326e652. - Empty Hash or Array should not present in serialization result + Empty Hash or Array should not present in serialization result. {a: []}.to_query # => "" {a: {}}.to_query # => "" |