summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-11-04 14:28:46 +0100
committerAndrew Gallant <jamslam@gmail.com>2020-02-17 17:16:28 -0500
commit027adbf4858f8fc96e17e9484b5ce4a0481bfc1c (patch)
tree1ef39cb9af9bcc9660c3dac66c7dc55079d04df4 /CHANGELOG.md
parente71eedf0eb802c27541292f06676aa782be9bd21 (diff)
ignore/types: add 'diff' file type
This includes .patch and .diff files. Fixes #1418, Closes #1419
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25d0a209..eccaccc1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ Performance improvements:
Feature enhancements:
+* Added or improved file type filtering for diff.
* [FEATURE #1390](https://github.com/BurntSushi/ripgrep/pull/1390):
Add new `--no-context-separator` flag that always hides context separators.