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

- old
+ new

@@ -1,4 +1,10 @@ +## 0.5.0 (2012-12-15) + +Feature: [#19](https://github.com/savonrb/gyoku/pull/19) adds support for explicit XML attributes. + +Feature: [#17](https://github.com/savonrb/gyoku/pull/17) adds an `:upcase` formula. + ## 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>"