From b04a68a782467658b601b86f9b2048b420ee23aa Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 17 Jan 2017 19:33:45 -0500 Subject: [PATCH] Update 0.4.0 changelog. It was missing a change about colors/styles. Fixes #330 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd390e3..e86bdc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,9 @@ Bug fixes: Fix bug that caused ripgrep's parallel iterator to spin and burn CPU. * [BUG #262](https://github.com/BurntSushi/ripgrep/issues/262): Document how to install shell completion files. +* [BUG #266](https://github.com/BurntSushi/ripgrep/issues/266), + [BUG #293](https://github.com/BurntSushi/ripgrep/issues/293): + Fix handling of bold styling and change the default colors. * [BUG #268](https://github.com/BurntSushi/ripgrep/issues/268): Make lack of backreference support more explicit. * [BUG #271](https://github.com/BurntSushi/ripgrep/issues/271):