From 86cfe55189c7934f39dab098c368cddb81f0b51b Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Wed, 13 Mar 2024 11:37:32 -0400 Subject: [PATCH] Fix order of sections in changelog Signed-off-by: Timothy Johnson --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac9872d..a3cda9c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil ## `1.0.0-dev14` +### Enhancements + +- Added method `Files.download_uss` to download USS files to disk +- Added support to `Tso` class for loading TSO profile properties + ### Bug Fixes - Fixed `Files.download_dsn` and `Files.download_binary_dsn` failing to write contents to disk [#179](https://github.com/zowe/zowe-client-python-sdk/issues/179) @@ -11,12 +16,11 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil - Fixed `Files.upload_to_uss` displaying an unclosed file warning - Fixed loading environment variables when there is no schema file in current directory -### Enhancements +## `1.0.0-dev13` -- Added method `Files.download_uss` to download USS files to disk -- Added support to `Tso` class for loading TSO profile properties +### Enhancements -## `1.0.0-dev13` +- Next Breaking: Updated core SDK method `RequestHandler.perform_streamed_request` to return response object instead of raw buffer. [#245](https://github.com/zowe/zowe-client-python-sdk/pull/245) ### Bug Fixes @@ -24,10 +28,6 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil - Fixed an issue with `Jobs.list_jobs` user correlator parameter [#242](https://github.com/zowe/zowe-client-python-sdk/issues/242) - Fixed default encoding for I/O operations to be UTF-8 on Windows [#243](https://github.com/zowe/zowe-client-python-sdk/issues/243) -### Enhancements - -- Next Breaking: Updated core SDK method `RequestHandler.perform_streamed_request` to return response object instead of raw buffer. [#245](https://github.com/zowe/zowe-client-python-sdk/pull/245) - ## `1.0.0-dev12` ### Bug Fixes