From f5be160839edb2d8dd68f54904a8927f8ab13178 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 22 Oct 2025 08:21:34 -0400 Subject: [PATCH] changelog: 15.1.0 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf5103..e978cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ -15.0.1 +15.1.0 ====== -Unreleased changes. Release notes have not yet been written. +This is a small release that fixes a bug with how ripgrep handles line +buffering. This might manifest as ripgrep printing output later than you +expect or not working correctly with `tail -f` (even if you're using the +`--line-buffered` flag). Bug fixes: * [BUG #3194](https://github.com/BurntSushi/ripgrep/issues/3194): Fix a regression with `--line-buffered` introduced in ripgrep 15.0.0. +Feature enhancements: + +* [FEATURE #3192](https://github.com/BurntSushi/ripgrep/pull/3192): + Add hyperlink alias for Cursor. + 15.0.0 (2025-10-15) ===================