X Tutup
Skip to content

Commit 4e4896e

Browse files
committed
Update CHANGELOG.md
1 parent 6b95338 commit 4e4896e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Notes
99
* The configuration has been changed to better match the docker CLI configuration options. The properties file was renamed from `docker.io.properties` to `docker-java.properties`. See README.md for details.
1010

1111
All changes
12+
* [#486] (https://github.com/docker-java/docker-java/pull/486) Fix NegativeArraySizeException in awaitCompletion()
1213
* [#472] (https://github.com/docker-java/docker-java/pull/472) Exec start command: detect end of STDIN stream
1314
* [#466] (https://github.com/docker-java/docker-java/pull/466) Fix exec start stdin encoding
1415

@@ -32,6 +33,10 @@ Included in 3.0.0-RC1
3233
* [#347] (https://github.com/docker-java/docker-java/pull/347) Implementation of copy archive to/from container commands
3334
* [#313] (https://github.com/docker-java/docker-java/pull/313) Refactor primitive type fields to be of object type in JSON objects
3435

36+
v2.2.3
37+
---
38+
* [#487] (https://github.com/docker-java/docker-java/pull/487) Fix NegativeArraySizeException in awaitCompletion()
39+
3540
v2.2.2
3641
---
3742
* [#478] (https://github.com/docker-java/docker-java/pull/478) Remove debug println

0 commit comments

Comments
 (0)
X Tutup