Skip to content

Commit 6adefb1

Browse files
Merge pull request #811 from camporter/update_changelog
Update changelog with latest release information.
2 parents 3e4be99 + 6a31d4f commit 6adefb1

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@
77

88
### Changed
99

10+
## [5.2.3] - 2017-04-05
11+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.2...v5.2.3
12+
13+
### Added
14+
- Adds Python 3.6 support
15+
16+
### Changed
17+
- CLI+API: Removes the iSCSI manager and commands
18+
- API: Fixes hardware order failing to find a single bare metal fast provision package to use
19+
20+
## [5.2.2] - 2017-02-24
21+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.1...v5.2.2
22+
23+
### Added
24+
- Adds release process documentation
25+
- CLI: Displays NFS mount point for volumes in volume list and detail commands
26+
- CLI+API: Enables `slcli file` and `block` storage commands to order tier 10 endurance storage and replica
27+
28+
### Changed
29+
- Updates docs to replace `sl` command with `slcli`
30+
- CLI: Removes requirement to have `--os-type` provided for file storage ordering
31+
- API: Fixes block storage ordering to handle size provided properly
32+
- CLI: Fixes load balancer detail output so that JSON output is sane
33+
- API: Includes check if object storage endpoints were provided by the API before trying to add them to the endpoints returned by `list_endpoints`
34+
1035
## [5.2.1] - 2016-10-4
1136
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.0...v5.2.1
1237

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
'Programming Language :: Python :: 3.4',
5151
'Programming Language :: Python :: 3.3',
5252
'Programming Language :: Python :: 3.5',
53+
'Programming Language :: Python :: 3.6',
5354
'Programming Language :: Python :: 2.7',
5455
'Programming Language :: Python :: Implementation :: CPython',
5556
'Programming Language :: Python :: Implementation :: PyPy',

0 commit comments

Comments
 (0)