From d65ab433ae095d99b51786c5c69be8f6cdd5e249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Sun, 4 May 2014 18:35:04 -0300 Subject: Improve CHANGELOG [ci skip] --- activesupport/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport') 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 # => "" -- cgit v1.2.3