summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-27 20:05:58 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-27 21:17:12 -0500
commit2d518dd1f96147690c1eadf58023cec3eb0e108a (patch)
treec965fc6853af607556f2b8ddf0b4157d1f668fb2 /CHANGELOG.md
parent8575d261790fe393d1768d12b3336cbb4cf0a9fc (diff)
release: tweak how sha256sum is invoked
The output would ideally just have the basename of the file and not a meaningless relative path. Fixes #2654
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8e2207d..117ab170 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ This is a patch release with a few small bug fixes.
Bug fixes:
+* [BUG #2654](https://github.com/BurntSushi/ripgrep/issues/2654):
+ Fix `deb` release sha256 sum file.
* [BUG #2659](https://github.com/BurntSushi/ripgrep/issues/2659):
Fix Fish shell completions.
* [BUG #2662](https://github.com/BurntSushi/ripgrep/issues/2662):