From 1913193aaf91a154ff9d3ae2745ffe36afd35d10 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 6 Nov 2017 12:39:10 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b86009f3..48b3bfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,17 @@ * 🎉 #1255 New `.is-expanded` modifier for `navbar-item` * 🎉 #1384 New `.is-centered` and `.is-right` modifiers for `tags` * 🎉 #1383 New `.is-empty` modifier for `file` +* 🎉 #1380 Allow `.is-selected` class on `` and `` tags ### Improvements * #987 Improve `tag > icon` spacing * Improve `hamburger` alignment -### Issues closed +### Bug fixes * #1358 Fix indentation bug for .is-one-fifth +* #1356 SASS 3.5+ variable parsing compatibility allows only #{} * #1342 Remove black line from progress bar in IE * #1334 Fix progress bar colors in IE * #1313 Fix Table `is-selected` and `is-hoverable` styling issue