From e4c4540f6a21d2cbb335432aa19fc43f4906e273 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 1 Jun 2021 11:57:02 -0400 Subject: [PATCH] changelog: fix typo and add Ruby to type improvement list --- CHANGELOG.md | 6 +++--- 1 file 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):