Skip to content

Commit 319f9dd

Browse files
Scott ThompsonScott Thompson
authored andcommitted
Handled merge conflicts from the missing 3.1 merge
2 parents 1fd2b40 + 47755f0 commit 319f9dd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.textile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Fix a crashing issue where a Bare Metal server order tried to retrieve the hardw
44
*3.2*
55
* Add password-based authentication with `SoftLayer::Client.with_password(username: '...', password: '...', ...)`.
66

7+
*3.1.0*
8+
* 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
9+
* New functionality related to network monitoring has been added
10+
711
*3.0*
812
* 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.
913
* 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

0 commit comments

Comments
 (0)