diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d4d901e..c85f98d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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