Skip to content

Commit

Permalink
changelog formatting [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jan 26, 2013
1 parent 8bb9315 commit eda3fd6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master
### master

* Feature: [#372](https://github.com/savonrb/savon/pull/372) added global `ssl_cert_key_password` option.

Expand Down Expand Up @@ -28,26 +28,26 @@
* Fix: [#376](https://github.com/savonrb/savon/issues/376) added a global `namespaces` option
for adding namespaces to the SOAP envelope.

## 2.0.3 (2013-01-19)
### 2.0.3 (2013-01-19)

* Upgraded Nori dependency to prevent people from using a version that is vulnerable to
the recent [remote code execution bug](https://gist.github.com/4532291).

## 2.0.2 (2012-12-20)
### 2.0.2 (2012-12-20)

* Fix: [#297](https://github.com/savonrb/savon/issues/297#issuecomment-11536517) added the global
`:ssl_verify_mode` and `:ssl_version` options which were missing.

* Fix: [#344](https://github.com/savonrb/savon/issues/344) added missing global ssl cert options
`:ssl_cert_file`, `:ssl_cert_key_file` and `:ssl_ca_cert_file`.

## 2.0.1 (2012-12-19)
### 2.0.1 (2012-12-19)

* Fix [#342](https://github.com/savonrb/savon/issues/342) fixes an issue where namespaces could
not be resolved if the actual operation name to call did not match the operation name passed
to the client's `#call` method. For example: `:get_stations` for a `getStations` operation.

## 2.0.0 (2012-12-18)
### 2.0.0 (2012-12-18)

* Read about all the changes in the [updated documentation](http://savonrb.com/version2.html).

Expand All @@ -62,7 +62,7 @@

* Fix: [321](https://github.com/savonrb/savon/issues/321) preserve `[false]` values in Hashes.

## 1.2.0 (2012-09-15)
### 1.2.0 (2012-09-15)

* Fix: [#312](https://github.com/savonrb/savon/pull/312) recursively determines the proper namespaces
for SOAP body Hashes with nested Arrays of Hashes.
Expand All @@ -72,7 +72,7 @@

* Refactoring: Use the `Wasabi::Document` with resolver instead of the custom `Savon::Wasabi::Document`.

## 1.1.0 (2012-06-28)
### 1.1.0 (2012-06-28)

* Improvement: Changed Savon's core dependencies to be more strict and only allow bug fix changes.
Major or minor releases of these dependencies now need a release of Savon so they can be used.
Expand Down

0 comments on commit eda3fd6

Please sign in to comment.