1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00

changelog: fix wording

Ref: https://news.ycombinator.com/item?id=38425790
This commit is contained in:
Andrew Gallant 2023-11-26 17:58:30 -05:00
parent 2ee690e87a
commit cd5440fb62
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -13,7 +13,7 @@ Bug fixes:
ripgrep 14 is a new major version release of ripgrep that has some new ripgrep 14 is a new major version release of ripgrep that has some new
features, performance improvements and a lot of bug fixes. features, performance improvements and a lot of bug fixes.
The headling feature in this release is hyperlink support. In this release, The headlining feature in this release is hyperlink support. In this release,
they are an opt-in feature but may change to an opt-out feature in the future. they are an opt-in feature but may change to an opt-out feature in the future.
To enable them, try passing `--hyperlink-format default`. If you use [VS Code], To enable them, try passing `--hyperlink-format default`. If you use [VS Code],
then try passing `--hyperlink-format vscode`. Please [report your experience then try passing `--hyperlink-format vscode`. Please [report your experience
@ -22,10 +22,10 @@ with hyperlinks][report-hyperlinks], positive or negative.
[VS Code]: https://code.visualstudio.com/ [VS Code]: https://code.visualstudio.com/
[report-hyperlinks]: https://github.com/BurntSushi/ripgrep/discussions/2611 [report-hyperlinks]: https://github.com/BurntSushi/ripgrep/discussions/2611
Another headling development in this release is that it contains a rewrite of Another headlining development in this release is that it contains a rewrite
its regex engine. You generally shouldn't notice any changes, except for some of its regex engine. You generally shouldn't notice any changes, except for
searches may get faster. You can read more about the [regex engine rewrite on some searches may get faster. You can read more about the [regex engine rewrite
my blog][regex-internals]. Please [report your performance improvements or on my blog][regex-internals]. Please [report your performance improvements or
regressions that you notice][report-perf]. regressions that you notice][report-perf].
[report-perf]: https://github.com/BurntSushi/ripgrep/discussions/2652 [report-perf]: https://github.com/BurntSushi/ripgrep/discussions/2652