Skip to content

Commit

Permalink
changelog: prep for ripgrep 13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jun 1, 2021
1 parent fbb2cfe commit e48a17e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
TBD
===
Unreleased changes. Release notes have not yet been written.
ripgrep 13 is a new major version release of ripgrep that primarily contains
bug fixes. There is also a fix for a security vulnerability on Windows
([CVE-2021-3013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3013)),
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 also used a new
[vectorized implementation of `memmem`](https:/BurntSushi/memchr/pull/82),
which is used to accelerate many common searches. If you notice any performance
regressions (or major improvements), I'd love to hear about them.

**BREAKING CHANGES**:

Expand Down Expand Up @@ -47,6 +58,8 @@ Performance improvements:

* [PERF #1657](https:/BurntSushi/ripgrep/discussions/1657):
Check if a file should be ignored first before issuing stat calls.
* [PERF memchr#82](https:/BurntSushi/memchr/pull/82):
ripgrep now uses a new vectorized implementation of `memmem`.

Feature enhancements:

Expand Down

0 comments on commit e48a17e

Please sign in to comment.