From d878f09100c8963746dbba062c96b5cb9cd19d55 Mon Sep 17 00:00:00 2001 From: Mitul16 Date: Wed, 16 Feb 2022 16:25:43 +0530 Subject: [PATCH] chore: Updated CHANGELOG.md The CHANGELOG.md was missing the [Unreleased] section, I added it back ^^ --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a51a771..d038434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The Changelog starts with v0.4.1, because we did not keep one before that, and simply didn't have the time to go back and retroactively create one. +## [Unreleased] +### Fixed +- Fixed `shlex.join` use with non-str type objects (e.g. `RemotePath`) +- Fixed `set` command use with incorrect keys (e.g. `set invalid value`) + +### Added +- Added missed `PlatformError` for `upload` command (e.g. "no gtfobins writers available") + ## [0.5.4] - 2022-01-27 Bug fix for the `load` command.