From c33ad71d7e14cfeb4585f4221a2d63731f1f180f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 8 Aug 2016 18:03:50 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9cd335d..311b87e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,8 +90,9 @@ IMPROVEMENTS: * core: Response wrapping is now enabled for login endpoints [GH-1588] * core: The duration of leadership is now exported via events through telemetry [GH-1625] - * core: `sys/capabilities-self` is now accessible as part of the default + * core: `sys/capabilities-self` is now accessible as part of the `default` policy [GH-1695] + * core: `sys/renew` is now accessible as part of the `default` policy [GH-1701] * physical/etcd: Support `ETCD_ADDR` env var for specifying addresses [GH-1576] * physical/consul: Allowing additional tags to be added to Consul service registration via `service-tags` option [GH-1643]