summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-08-25 16:06:42 -0700
committerJoffrey F <f.joffrey@gmail.com>2017-08-28 15:21:39 -0700
commit5cc23c540c95e40d137b77e2aa419ce62c1f17c5 (patch)
tree71bdddc32229549756727ad1161a622ed6043d78 /CHANGELOG.md
parentabdeed7bb6ab4e384a9a93fa7020a5258c704ce6 (diff)
Bump 1.16.0-rc2
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0790f618..3a92bf10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,18 +6,12 @@ Change log
### New features
-#### Compose file version 3.4
-
-- Introduced version 3.4 of the `docker-compose.yml` specification.
- This version requires to be used with Docker Engine 17.06.0 or above.
-
#### Compose file version 2.3
- Introduced version 2.3 of the `docker-compose.yml` specification.
This version requires to be used with Docker Engine 17.06.0 or above.
- Added support for the `target` parameter in network configurations
- (also available in 3.4)
- Added support for the `start_period` parameter in healthcheck
configurations
@@ -44,6 +38,9 @@ Change log
- Fixed issues where logs of TTY-enabled services were being printed
incorrectly and causing `MemoryError` exceptions
+- Fixed a bug where printing application logs would sometimes be interrupted
+ by a `UnicodeEncodeError` exception on Python 3
+
- The `$` character in the output of `docker-compose config` is now
properly escaped
@@ -58,6 +55,9 @@ Change log
- Fixed an issue where the `logging` options in the output of
`docker-compose config` would be set to `null`, an invalid value
+- Fixed the output of the `docker-compose images` command when an image
+ would come from a private repository using an explicit port number
+
- Fixed the output of `docker-compose config` when a port definition used
`0` as the value for the published port