From 7d055cf97903923e5bc9855200a24d84b5058528 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 29 Jun 2021 10:32:19 +0200 Subject: [PATCH] changelog: add entry for #126 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cbbff54..c9d35271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## UNRELEASED +BUG FIXES: +* log: Use error key context to log errors rather than Go err style. [[GH-126](https://github.com/hashicorp/nomad-driver-podman/pull/126)] + ## 0.3.0 * config: Image registry authentication [[GH-71](https://github.com/hashicorp/nomad-driver-podman/issues/71)]