1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-30 22:23:44 +02:00

changelog: add #1911 bug fix

This commit is contained in:
Andrew Gallant
2021-06-26 12:57:11 -04:00
parent fdfc418be5
commit abf115228e

View File

@ -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)