Skip to content

Commit

Permalink
Post-release 4.4.2 changelog updates
Browse files Browse the repository at this point in the history
Signed-off-by: aiordache <anca.iordache@docker.com>
  • Loading branch information
aiordache committed Feb 18, 2021
1 parent d065daf commit 334f28a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change log
==========

4.4.2
-----

[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/71?closed=1)

### Bugfixes
- Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden
- Fix docs example

### Miscellaneous
- Add Python3.8 and 3.9 in setup.py classifier list

4.4.1
-----

Expand All @@ -10,7 +22,6 @@ Change log
- Avoid setting unsuported parameter for subprocess.Popen on Windows
- Replace use of deprecated "filter" argument on ""docker/api/image"


4.4.0
-----

Expand All @@ -28,7 +39,6 @@ Change log
- Improve exception messages for server and client errors
- Bump cryptography from 2.3 to 3.2


4.3.1
-----

Expand All @@ -53,7 +63,6 @@ Change log
- Update default API version to v1.39
- Update test engine version to 19.03.12


4.2.2
-----

Expand Down Expand Up @@ -109,7 +118,6 @@ Change log
- Adjust `--platform` tests for changes in docker engine
- Update credentials-helpers to v0.6.3


4.0.2
-----

Expand All @@ -123,7 +131,6 @@ Change log

- Bumped version of websocket-client


4.0.1
-----

Expand Down

0 comments on commit 334f28a

Please sign in to comment.