summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 13:32:30 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 13:32:39 -0500
commitbf9f74ea5b065d5603fa8b9039e5ca5040459d97 (patch)
tree4e757f001b6d1550051d5d78d6178ab204110bc1
parent9b5091b895106a2458eadbda1e19329a346e8eff (diff)
doc: progress
-rw-r--r--CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b323fb45..a3f5c2eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
-TBD
-===
-Unreleased changes. Release notes have not yet been written.
+14.0.0 (2023-11-26)
+===================
+ripgrep 14 is a new major version release of ripgrep that has some
**BREAKING CHANGES**
@@ -32,6 +32,8 @@ Feature enhancements:
* Added or improved file type filtering for Ada, DITA, Elixir, Fuchsia, Gentoo,
Gradle, GraphQL, Markdown, Prolog, Raku, TypeScript, USD, V
+* [FEATURE #665](https://github.com/BurntSushi/ripgrep/issues/665):
+ Add a new `--hyperlink-format` flag that turns file paths into hyperlinks.
* [FEATURE #1709](https://github.com/BurntSushi/ripgrep/issues/1709):
Improve documentation of ripgrep's behavior when stdout is a tty.
* [FEATURE #1737](https://github.com/BurntSushi/ripgrep/issues/1737):