From fe071fcf384f898b917219609da557a9ced4c409 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Fri, 9 Feb 2018 12:17:08 +0100 Subject: [PATCH] Update unreleased section of changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b197a01..48e1f86f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased](https://github.com/consul/consul/compare/v0.13...consul:master) ### Added +- Missing polls button on help page https://github.com/consul/consul/pull/2452 +- New legislation processes section on help page https://github.com/consul/consul/pull/2452 + ### Changed ### Deprecated ### Removed ### Fixed - Improve spec boot time and clean up logs https://github.com/consul/consul/pull/2444 +- Fix flaky spec: random investments order scenario https://github.com/consul/consul/pull/2454 ### Security