From cf71b341eb9880f42eb3e9c4887ee74ad136e40e Mon Sep 17 00:00:00 2001 From: Bertocq Date: Thu, 18 Jan 2018 00:37:19 +0100 Subject: [PATCH] Update unreleased section of changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 397c51f1b..6a69efa78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Prevent edition of investments if budget is in the final phase https://github.com/consul/consul/pull/2223 - Split 'routes.rb' file into multiple small files https://github.com/consul/consul/pull/1908 - Design Improvements https://github.com/consul/consul/pull/2327 +- Change concept of current budget to account for multiple budgets https://github.com/consul/consul/pull/2322 +- Investment valuation finished alert https://github.com/consul/consul/pull/2324 ### 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