From 4243f1ce4d6f7db69af8aa0245af70a95a5cf3a0 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 5 Feb 2018 15:53:47 +0100 Subject: [PATCH] Update unreleased section of Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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