summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-06-13 17:11:35 +0200
committerAndrew Gallant <jamslam@gmail.com>2020-02-17 17:16:28 -0500
commit4628d778089d0bf609462af7d5b38997fd9a014f (patch)
treec3aa9df1ef01a8d078c267942078b248c1b0fb5d /CHANGELOG.md
parentf8418c6a5271349d37f9e8217923c57b9613d4ab (diff)
ignore/types: add spec file type
This is for RPM package SPEC files. Fixes #946, Closes #1449
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c69bb1fa..5c4b82e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@ Performance improvements:
Feature enhancements:
* Added or improved file type filtering for erb, diff, Gradle, HAML, Org,
- Postscript, Skim, Slim, Slime, Typoscript, xml.
+ Postscript, Skim, Slim, Slime, RPM Spec files, Typoscript, xml.
* [FEATURE #1390](https://github.com/BurntSushi/ripgrep/pull/1390):
Add new `--no-context-separator` flag that always hides context separators.