diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc2bd922..831424c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Added Images to Budget Investment's Milestones https://github.com/consul/consul/pull/2186 +- Added Documents to Budget Investment's Milestones https://github.com/consul/consul/pull/2191 +- Added Publication Date Budget Investment's Milestones https://github.com/consul/consul/pull/2188 - 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 List https://github.com/consul/consul/pull/2184 ### Changed -- Design improvements https://github.com/consul/consul/pull/2170 +- Some general Design improvements https://github.com/consul/consul/pull/2170 - 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 Community design https://github.com/consul/consul/pull/1904 +- Improved Communities design https://github.com/consul/consul/pull/1904 ### Deprecated