CHANGELOG.md in gyoku-0.5.0 vs CHANGELOG.md in gyoku-1.0.0
- old
+ new
@@ -1,4 +1,11 @@
+## 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,
+ you can pass it the `:key_converter` option instead.
+
## 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.