1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-07 11:13:17 +02:00

changelog: mention --field-match-separator bug fix

This was probably fixed in the migration off of Clap.

Closes #2519
This commit is contained in:
Andrew Gallant 2023-11-21 20:08:39 -05:00
parent ebb986e767
commit b7df9f8caa

View File

@ -77,6 +77,8 @@ Bug fixes:
Improve global git config parsing of the `excludesFile` field.
* [BUG #2480](https://github.com/BurntSushi/ripgrep/issues/2480):
Fix bug when using inline regex flags with `-e/--regexp`.
* [BUG #2519](https://github.com/BurntSushi/ripgrep/issues/2519):
Fix incorrect default value in documentation for `--field-match-separator`.
* [BUG #2523](https://github.com/BurntSushi/ripgrep/issues/2523):
Make executable searching take `.com` into account on Windows.
* [BUG #2574](https://github.com/BurntSushi/ripgrep/issues/2574):