From 67c117ceb07a4a336817e1525ca17d4e1b1949ba Mon Sep 17 00:00:00 2001 From: David Bariod Date: Tue, 16 Feb 2021 11:20:51 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7260af2..f68fb86bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.7.1 +Code quality: + * use go 1.15 in travis + * use magefile as task runner + +Fixes: + * small fixes about new go 1.13 error formatting system + * Fix for long time race condiction with mutating data hooks + +Features: + * build support for zos + # 1.7.0 Fixes: * the dependency toward a windows terminal library has been removed