From 0a668114d0800c780a76fd0cc9a58aa24401d77f Mon Sep 17 00:00:00 2001 From: Bertocq Date: Fri, 15 Dec 2017 22:48:29 +0100 Subject: [PATCH] Update unreleased section of changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a40e46900..a64922525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Related Content feature https://github.com/consul/consul/pull/2183 ### Changed -- Some general Design improvements https://github.com/consul/consul/pull/2170 +- Some general Design improvements https://github.com/consul/consul/pull/2170 https://github.com/consul/consul/pull/2198 - Adds timestamps to polls https://github.com/consul/consul/pull/2180 (Run `rake polls:initialize_timestamps` to initialize attributes created_at and updated_at with the current time for all existing polls, or manually through console set correct values) - Improved Communities design https://github.com/consul/consul/pull/1904 - Made Milestones description required & hide title usage https://github.com/consul/consul/pull/2195