summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-01 11:57:02 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-01 11:57:16 -0400
commite4c4540f6a21d2cbb335432aa19fc43f4906e273 (patch)
treea8975fcd4aeee636994d15639287522cdf5c3d4c
parent5d0f2b0fc06327dabcb6a2abb7597244cb890ac6 (diff)
changelog: fix typo and add Ruby to type improvement list
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 098ea489..dc79d04f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ some performance improvements and some minor breaking changes.
A new short flag, `-.`, has been added. It is an alias for the `--hidden` flag,
which instructs ripgrep to search hidden files and directories.
-ripgrep is nowing using a new
+ripgrep is now using a new
[vectorized implementation of `memmem`](https://github.com/BurntSushi/memchr/pull/82),
which accelerates many common searches. If you notice any performance
regressions (or major improvements), I'd love to hear about them through an
@@ -71,8 +71,8 @@ Performance improvements:
Feature enhancements:
* Added or improved file type filtering for ASP, Bazel, dvc, FlatBuffers,
- Futhark, minified files, Mint, pofiles (from GNU gettext) Racket, Red, VCL,
- Yang.
+ Futhark, minified files, Mint, pofiles (from GNU gettext) Racket, Red, Ruby,
+ VCL, Yang.
* [FEATURE #1404](https://github.com/BurntSushi/ripgrep/pull/1404):
ripgrep now prints a warning if nothing is searched.
* [FEATURE #1613](https://github.com/BurntSushi/ripgrep/pull/1613):