Update changelog add and deprecated sections for unreleased block

This commit is contained in:
Bertocq
2018-01-16 15:28:28 +01:00
parent 02d596c872
commit 005d08e718

View File

@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added Capistrano task to automate maintenance mode https://github.com/consul/consul/pull/1932 - Added Capistrano task to automate maintenance mode https://github.com/consul/consul/pull/1932
- Added actions to edit and delete a budget's headings https://github.com/consul/consul/pull/1917 - Added actions to edit and delete a budget's headings https://github.com/consul/consul/pull/1917
- Allow Budget Investments to be Related to other content https://github.com/consul/consul/pull/2311 - Allow Budget Investments to be Related to other content https://github.com/consul/consul/pull/2311
- New Budget::Phase model to add dates, enabling and more https://github.com/consul/consul/pull/2323
### Changed ### Changed
- Updated multiple minor & patch gem versions thanks to [Depfu](https://depfu.com) - Updated multiple minor & patch gem versions thanks to [Depfu](https://depfu.com)
@@ -27,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Split 'routes.rb' file into multiple small files https://github.com/consul/consul/pull/1908 - Split 'routes.rb' file into multiple small files https://github.com/consul/consul/pull/1908
### Deprecated ### Deprecated
- Budget's `description_*` columns will be erased from database in next release. Please run rake task `budgets:phases:generate_missing` to migrate them. Details at Warning section of https://github.com/consul/consul/pull/2323
### Removed ### Removed
- Spending Proposals urls from sitemap, that model is getting entirely deprecated soon. - Spending Proposals urls from sitemap, that model is getting entirely deprecated soon.