CHANGELOG.md in gyoku-1.0.0 vs CHANGELOG.md in gyoku-1.1.0
- old
+ new
@@ -1,4 +1,12 @@
+## 1.1.0 (2013-07-26)
+
+* Feature: [#30](https://github.com/savonrb/gyoku/pull/30) support for building Arrays
+ of parent tags using @attributes.
+
+* Fix: [#21](https://github.com/savonrb/gyoku/pull/21) stop modifying the original Hash.
+ The original issue is [savonrb/savon#410](https://github.com/savonrb/savon/issues/410).
+
## 1.0.0 (2012-12-17)
* Refactoring: Removed the global configuration. This should really only affect the
`Gyoku.convert_symbols_to` shortcut which was removed as well. If you're using Gyoku
with Savon 2.0, there's now an option for that. If you're using Gyoku on itself,