updates CHANGELOG

This commit is contained in:
Manuel Vogel 2018-10-26 07:27:04 +02:00
parent 388e16630d
commit a015be46b9
No known key found for this signature in database
GPG key ID: 533006C7B61DB1CE

View file

@ -2,6 +2,7 @@
IMPROVEMENTS
* Adds labels for `network`, `volume` and `secret` to support docker stacks. [[#92](https://github.com/terraform-providers/terraform-provider-docker/pull/92)]
* Adds `rm` and `attach` options to execute short-lived containers [GH-43] and [[#106](https://github.com/terraform-providers/terraform-provider-docker/pull/106)]
BUG FIXES
* Fixes that new network were appended to the default bridge [GH-10]