summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-01 06:59:06 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-01 06:59:06 -0400
commit079a23b515d5ac97b6e0cad6174e81827de40bd7 (patch)
tree21aaaf3bef6935c5adbb4de2e3b9a745dacf389e
parent6e27649af1f6c0ae9345d7c1973fa87e317c2c77 (diff)
changelog: a bit of polish
I think I'm just waiting on the CVE to be published at this point.
-rw-r--r--CHANGELOG.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c04865d2..098ea489 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,10 +8,15 @@ 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
+ripgrep is nowing using a new
[vectorized implementation of `memmem`](https://github.com/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.
+which accelerates many common searches. If you notice any performance
+regressions (or major improvements), I'd love to hear about them through an
+issue report!
+
+Also, for Windows users targeting MSVC, Cargo will now build fully static
+executables of ripgrep. The release binaries for ripgrep 13 have been compiled
+using this configuration.
**BREAKING CHANGES**:
@@ -44,6 +49,8 @@ would produce outright incorrect counts. Another alternative would be to simply
count the number of lines---even if it's more than the number of matches---but
that seems highly unintuitive.
+**FULL LIST OF FIXES AND IMPROVEMENTS:**
+
Security fixes:
* [CVE-2021-3013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3013):