From 95f005d2d9b5b084863d31fe4ba602ac308e4a82 Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Thu, 28 Apr 2016 23:46:56 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 559f55b..2886622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added + - Icon for spacemacs buffer. +- Icon for Isearch (from Font Awesome) + +### Changed + +- Git Flavored markdown also uses markdown icon from Font Awesome. +- Minor modes icons are now updated: + - After changing a major mode + - After activating isearch-mode (new) + - After executing a command with `command-execute` (new). This + allows `execute-extended-command` and `ido` to display the icons + immediately after activating an iconified mode. +- Powerline now recolors lines correctly by modified powerline-raw + function. ## [0.4.0]