summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2016-07-06 16:08:07 -0700
committerJoffrey F <joffrey@docker.com>2016-07-27 13:22:07 -0700
commit60622026fa54453d6c49c7a1bbfd3ed93692e0c5 (patch)
treeec3850126baa07081a9fbeea7687d29fc9c92261 /CHANGELOG.md
parent22c0779a498ee701c22b857669d3f43a0d404f27 (diff)
Bump 1.8.0-rc2
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39ac8698..afa35820 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ Change log
1.8.0 (2016-06-14)
-----------------
+**Breaking Changes**
+
+- As announced in 1.7.0, `docker-compose rm` now removes containers
+ created by `docker-compose run` by default.
+
New Features
- Added `docker-compose bundle`, a command that builds a bundle file
@@ -13,9 +18,6 @@ New Features
- Added `docker-compose push`, a command that pushes service images
to a registry.
-- As announced in 1.7.0, `docker-compose rm` now removes containers
- created by `docker-compose run` by default.
-
- Compose now supports specifying a custom TLS version for
interaction with the Docker Engine using the `COMPOSE_TLS_VERSION`
environment variable.