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