From 29ce7c8b0869fe0f54489eddb8d8b4c6ebd7185c Mon Sep 17 00:00:00 2001 From: Bertocq Date: Tue, 2 Jan 2018 23:23:41 +0100 Subject: [PATCH] Fix typo on changelog unreleased section --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c914aea6f..3219a5984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - New setting `feature.allow_images` to allow upload and show images for both (proposals and budget investment projects). Set it manually through console with `Setting['feature.allow_images'] = true` - Related Content feature. Now Debates & Proposals can be related https://github.com/consul/consul/issues/1164 - Map validations https://github.com/consul/consul/pull/2207 -- Added spec for 'rake db:dev_seed' taskhttps://github.com/consul/consul/pull/2201 +- Added spec for 'rake db:dev_seed' task https://github.com/consul/consul/pull/2201 - 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) ### Changed