Skip to content

Commit

Permalink
Handled merge conflicts from the missing 3.1 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Thompson authored and Scott Thompson committed Jan 19, 2016
2 parents 1fd2b40 + 47755f0 commit 319f9dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.textile
Expand Up @@ -4,6 +4,10 @@ Fix a crashing issue where a Bare Metal server order tried to retrieve the hardw
*3.2*
* Add password-based authentication with `SoftLayer::Client.with_password(username: '...', password: '...', ...)`.

*3.1.0*
* Many SoftLayer Attributes are now shadowed with snake_case names. The old CamelCase versions are deprecated and will be removed in the next major release
* New functionality related to network monitoring has been added

*3.0*
* Substantially rewrote the ObjectFilter class. ObjectFilters used to be hashes which made it easy to manipulate their content incorrectly. The new implementation has a strict interface that makes it harder to manipulate filters incorrectly.
* Added a model for Virtual Server Image Templates (SoftLayer::ImageTemplate) - VirtualServerOrder now requires an instance of this class rather than allowing you to provide the global_id of an image
Expand Down

0 comments on commit 319f9dd

Please sign in to comment.