From c08edf044de319fd80bf0ebb8825ea57cfffc920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Checa?= Date: Thu, 25 Jan 2018 11:57:37 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d95060078..a13e2bf94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Updated translations to other languages from Crowdin contributions https://github.com/consul/consul/pull/2347 especial mention to @ferraniki for 100% Valencian translation! - Finished budgets list order https://github.com/consul/consul/pull/2355 - Improvements for Admin::Budget::Investment filters https://github.com/consul/consul/pull/2344 +- Clean up Travis logs https://github.com/consul/consul/pull/2357 +- Advanced filters design https://github.com/consul/consul/pull/2379 ### 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