CHANGELOG.md in wasabi-3.0.0 vs CHANGELOG.md in wasabi-3.1.0
- old
+ new
@@ -1,15 +1,26 @@
+## 3.1.0 (2013-04-21)
+
+* Feature: [#22](https://github.com/savonrb/wasabi/issues/22) added `Wasabi::Document#service_name`
+ to return the name of the SOAP service. Original issue: [savonrb/savon#408](https://github.com/savonrb/savon/pull/408).
+
+* Fix: [#21](https://github.com/savonrb/wasabi/issues/21) when the Resolver gets an
+ erroneous response (such as a 404), we now raise a more useful HTTPError.
+
+* Fix: [#23](https://github.com/savonrb/wasabi/issues/23) ignore extension base elements
+ defined in imports.
+
## 3.0.0 (2012-12-17)
* Updated to HTTPI 2.0 to play nicely with Savon 2.0.
## 2.5.1 (2012-08-22)
* Fix: [#14](https://github.com/rubiii/wasabi/issues/14) fixes an issue where
finding the correct SOAP input tag and namespace identifier fails when portTypes
are imported, since imports are currently not supported.
- The bug was introduced in v2.2.0 by [583cf6](https://github.com/rubiii/wasabi/commit/583cf658f1953411a7a7a4c22923fa0a046c8d6d).
+ The bug was introduced in v2.2.0 by [583cf6](https://github.com/rubiii/wasabi/commit/583cf658f1953411a7a7a4c22923fa0a046c8d6d)
* Refactoring: Removed `Object#blank?` core extension.
## 2.5.0 (2012-06-28)