From 89c2a08735ecf2cc87d1831ff545dc2a01a2d837 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Thu, 4 Oct 2018 11:04:51 -0700 Subject: [PATCH] fix CHANGLELOG formatting --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84aa19e..a2c3003f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,13 +28,12 @@ All notable changes to this project will be documented in this file. - @gbolo enforced the use of `go 1.8+` in order to accommodate some TLS settings ## [v3.2.5] - 2018-06-05 +### Fixed +- @michaelshobbs fix working_directory so we don't duplicate test runs - @gmelika panic if reconnect fails - @masterada Added multiline adapter - @billimek sleeping and syncing to fix issues with docker hub builds -### Fixed -- @michaelshobbs fix working_directory so we don't duplicate test runs - ### Added - @chris7444 take the hostname from /etc/host_hostname if the file is there - @chris7444 update README.md for swarm deployments PR #329