From 2f15741d6a785bf9ac99508d75039940f8c20095 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Wed, 31 Oct 2018 13:44:35 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2a39c0..72e37bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,9 @@ ## 0.7.3 ### New features -* #2206 Fix #2046 -> Set background-color for Tables via sass vars + * #2145 Fix #372 -> New indeterminate progress bars +* #2206 Fix #2046 -> New variables `$table-head-background-color`, `$table-body-background-color` and `$table-foot-background-color` for the `.table` element ### Improvements