From ae8d8e453fd4bb54d47df1fd694ae0946910be77 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 7 Jan 2016 11:36:32 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc468c7f31..bd061ed280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,8 @@ BUG FIXES: * core: Update go-cleanhttp dependency to ensure idle connections aren't leaked [GH-867] * core: Don't allow tokens to have duplicate policies [GH-897] + * core: Fix regression in `sys/renew` that caused information stored in the + Secret part of the response to be lost [GH-912] * physical: Use square brackets when setting an IPv6-based advertise address as the auto-detected advertise address [GH-883] * physical/s3: Use an initialized client when using IAM roles to fix a