1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Improve CHANGELOG [ci skip]

This commit is contained in:
Rafael Mendonça França 2014-05-04 18:35:04 -03:00
parent 73f2e25ac5
commit d65ab433ae

View file

@ -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 # => ""