Update Deprecated section of Unreleased at Changelog file

This commit is contained in:
Bertocq
2018-01-29 21:39:35 +01:00
parent 09aa5a17cf
commit 679cf3943e

View File

@@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### 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
- Budget::Investment's `internal_comments` attribute usage was removed, because of https://github.com/consul/consul/pull/2403, run rake task `investments:internal_comments:migrate_to_thread` to migrate existing values to the new internal comments thread. In next release database column will be removed.
### Removed
- Spending Proposals urls from sitemap, that model is getting entirely deprecated soon.