From 83e7c64383cea7604a91e9267900a45981954008 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Sat, 12 Oct 2024 09:31:20 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9633d5..10b0a8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ### Bug fixes +* Use the `rg` binary from the local VS code installation + +## 3.4.0 (2024-10-12) + +### Bug fixes + * Honor xrefstyle in the preview - thanks @r0ckarong * Fix document to document xrefs in preview when the documents are included - thanks @birdman7260 * Replace dynamic import (unsupported by VS code)