Skip to content

Commit d878f09

Browse files
committed
chore: Updated CHANGELOG.md
The CHANGELOG.md was missing the [Unreleased] section, I added it back ^^
1 parent 0632beb commit d878f09

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
The Changelog starts with v0.4.1, because we did not keep one before that,
88
and simply didn't have the time to go back and retroactively create one.
99

10+
## [Unreleased]
11+
### Fixed
12+
- Fixed `shlex.join` use with non-str type objects (e.g. `RemotePath`)
13+
- Fixed `set` command use with incorrect keys (e.g. `set invalid value`)
14+
15+
### Added
16+
- Added missed `PlatformError` for `upload` command (e.g. "no gtfobins writers available")
17+
1018
## [0.5.4] - 2022-01-27
1119
Bug fix for the `load` command.
1220

0 commit comments

Comments
 (0)