Update unreleased section of Changelog

This commit is contained in:
Bertocq
2018-02-05 15:53:47 +01:00
parent c16e42e1e3
commit 4243f1ce4d

View File

@@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Improved Admin list of budget headings https://github.com/consul/consul/pull/2370
- Improve texts of help page https://github.com/consul/consul/pull/2405
- Remove usage of Investment's internal_comments https://github.com/consul/consul/pull/2404
- Show error message when relating content to itself https://github.com/consul/consul/pull/2416
### 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