summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-11-02 10:37:49 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-11-02 10:52:51 -0500
commit2819212f8997fbea813fdfed1e8c6bd62674dd23 (patch)
tree55459edec977b27f1e7c888a4fba678fc248e0a1 /CHANGELOG.md
parent810be0b348b9e9070705329df40c1d182f6645f1 (diff)
printer: tweak binary detection message format
This roughly matches similar changes made in GNU grep recently.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d41ef21..d102b0df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@ TBD
===
Unreleased changes. Release notes have not yet been written.
+In this release, a small tweak has been made to the output format when a binary
+file is detected. Previously, it looked like this:
+
+```
+Binary file FOO matches (found "\0" byte around offset XXX)
+```
+
+Now it looks like this:
+
+```
+FOO: binary file matches (found "\0" byte around offset XXX)
+```
+
Bug fixes:
* [BUG #1277](https://github.com/BurntSushi/ripgrep/issues/1277):