summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-06-06 12:36:26 -0700
committerJoffrey F <f.joffrey@gmail.com>2017-06-06 15:26:49 -0700
commitcfe152f907bb9b2c1ad430a5bf11ed4b8b9bdf4e (patch)
tree1da65d295afab22fd41765c59904ea9843a81312 /CHANGELOG.md
parenta85dddf83d17985cf14c1a9a5f1316cb45805ae3 (diff)
Bump 1.14.0-rc2
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 748cce08..02e439e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,8 +10,8 @@ Change log
- Introduced version 3.3 of the `docker-compose.yml` specification.
This version requires to be used with Docker Engine 17.06.0 or above.
- Note: the `credential_spec` key only applies to Swarm services and will
- be ignored by Compose
+ Note: the `credential_spec` and `configs` keys only apply to Swarm services
+ and will be ignored by Compose
#### Compose file version 2.2
@@ -50,6 +50,9 @@ Change log
- Fixed a bug where services declaring ports would cause crashes on some
versions of Python 3
+- Fixed a bug where the output of `docker-compose config` would sometimes
+ contain invalid port definitions
+
1.13.0 (2017-05-02)
-------------------