Update unreleased section at Changelog

This commit is contained in:
Bertocq
2017-12-15 19:01:00 +01:00
parent cec48c72ef
commit cf69f7083b

View File

@@ -11,12 +11,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- 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
- Related Content feature https://github.com/consul/consul/pull/2183
### Changed
- 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 Communities design https://github.com/consul/consul/pull/1904
- Made Milestones description required & hide title usage https://github.com/consul/consul/pull/2195
### Deprecated
@@ -24,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Notifications for hidden resources https://github.com/consul/consul/pull/2172
- Notifications exceptiosn https://github.com/consul/consul/pull/2187
### Security