From 4ad5afb0afffa346df28cf27545e052047e21410 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 5 Nov 2019 16:13:12 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f408a004b..82c877195b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ ## 1.3 (unreleased) +IMPROVEMENTS: + +* metrics: Upgrade DataDog library to improve performance [GH-7794] + BUG FIXES: +* core: Don't allow registering a non-root zero TTL token lease. This is purely + defense in depth as the lease would be revoked immediately anyways, but + there's no real reason to allow registration. [GH-7524] * ui: Ensure that items in the top navigation link to pages that users have access to. [GH-7590] ## 1.3-beta1 (October 30th, 2019)