summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-17 19:33:45 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-17 19:34:18 -0500
commitb04a68a782467658b601b86f9b2048b420ee23aa (patch)
tree7571696c0b0351bfa84fc1be750483dc20884ee1
parente573ab5c609194c4610bf27cc85302450a170d67 (diff)
Update 0.4.0 changelog.
It was missing a change about colors/styles. Fixes #330
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd390e3e..e86bdc95 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):