summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-05-01 14:38:12 -0700
committerJoffrey F <joffrey@docker.com>2017-05-01 15:25:43 -0700
commit1719ceb881890f84d97df7eaa2d000b205879cc8 (patch)
treeb3310bd8a5760133ea38052d13d8e510eb7f5dd0 /CHANGELOG.md
parentf94cf103d6eb82f35d7cd42bf72191127528e643 (diff)
Bump 1.13.0
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8f64d75..d1da62e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
Change log
==========
-1.13.0 (2017-05-01)
+1.13.0 (2017-05-02)
-------------------
### Breaking changes
@@ -47,6 +47,15 @@ Change log
- Fixed an issue where paths containing unicode characters passed via the `-f`
flag were causing Compose to crash
+- Fixed an issue where the output of `docker-compose config` would be invalid
+ if the Compose file contained external secrets
+
+- Fixed a bug where using `--exit-code-from` with `up` would fail if Compose
+ was installed in a Python 3 environment
+
+- Fixed a bug where recreating containers using a combination of `tmpfs` and
+ `volumes` would result in an invalid config state
+
1.12.0 (2017-04-04)
-------------------