summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-26 12:57:11 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-26 12:57:11 -0400
commitabf115228e886494e6198a64c519db7285ff29af (patch)
treef611ce5875d0fd6620a70196479c7a7130a9f283
parentfdfc418be55ff91e0c2efad6a3e27db054cb5534 (diff)
changelog: add #1911 bug fix
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae7e6315..ba427f92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ Bug fixes:
* [BUG #1891](https://github.com/BurntSushi/ripgrep/issues/1891):
Fix bug when using `-w` with a regex that can match the empty string.
+* [BUG #1911](https://github.com/BurntSushi/ripgrep/issues/1911):
+ Disable mmap searching in all non-64-bit environments.
13.0.0 (2021-06-12)