Skip to content

Commit

Permalink
Add changelog for #314
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Nov 9, 2023
1 parent 4687973 commit bda2286
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
CHANGELOG
#########

[Unreleased] - 2023-11-09
=========================

Fixed
-----

* Fix type of sshexecutor stdin parameter

[0.8.0] - 2023-10-05
====================

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
category: fixed
summary: "Fix type of sshexecutor stdin parameter"
description: |
In the SSHExecutor it was assumed that asyncssh requires stdin to be in bytes format.
However, according to the documentation it is required to be in string format. Therefore, the type of stdin parameter
has been changed from byte format into string format.
pull requests:
- 314

0 comments on commit bda2286

Please sign in to comment.