CHANGELOG.md in gyoku-0.4.5 vs CHANGELOG.md in gyoku-0.4.6

- old
+ new

@@ -1,4 +1,14 @@ +## 0.4.6 (2012-06-28) + +* Fix: [#16](https://github.com/rubiii/gyoku/issues/16) Date objects were mapped like DateTime objects. + + Gyoku.xml(date: Date.today) # => "<date>2012-06-28</date>" + +* Fix: Time objects were also mapped like DateTime objects. + + Gyoku.xml(time: sunday) # => "<time>16:22:33</time>" + ## 0.4.5 (2012-05-28) * Fix: [issue 8](https://github.com/rubiii/gyoku/issues/8) - Conflict between camelcase methods in Rails.