aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/CHANGELOG.md4
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 # => ""