From b4ebbdae8782a5af2b2782b32cee4f4e357c5d1a Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Sat, 26 Dec 2020 14:36:04 +0100 Subject: [PATCH] style(changelog): aligns braces --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e4ce57..21b31c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ BUG FIXES * Prevent force recreate of container about some attributes ([#269](https://github.com/terraform-providers/terraform-provider-docker/pull/269)) DOCS: -* Typo in container.html.markdown ([#278](https://github.com/terraform-providers/terraform-provider-docker/pull/278))( +* Typo in container.html.markdown ([#278](https://github.com/terraform-providers/terraform-provider-docker/pull/278)) * Update service.html.markdown ([#281](https://github.com/terraform-providers/terraform-provider-docker/pull/281)) ## 2.7.1 (June 05, 2020) @@ -49,8 +49,7 @@ BUG FIXES IMPROVEMENTS: * support to import some docker_container's attributes ([#234](https://github.com/terraform-providers/terraform-provider-docker/issues/234)) -* make UID, GID, & mode for Docker secrets and configs configurable ([#231](https://github.com/terraform-providers/ -terraform-provider-docker/pull/231)) +* make UID, GID, & mode for Docker secrets and configs configurable ([#231](https://github.com/terraform-providers/terraform-provider-docker/pull/231)) BUG FIXES: * Allow use of `source` file instead of content / content_base64 ([#240](https://github.com/terraform-providers/terraform-provider-docker/pull/240))