chore: Updated CHANGELOG.md

The CHANGELOG.md was missing the [Unreleased] section, I added it back ^^
This commit is contained in:
Mitul16 2022-02-16 16:25:43 +05:30
parent 0632beb992
commit d878f09100
No known key found for this signature in database
GPG Key ID: 5C5BBBE501A9BA25
1 changed files with 8 additions and 0 deletions

View File

@ -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.