From bad3a47c5183d4d0922f34fc36115827c95d12e7 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Mon, 1 Jul 2024 11:00:35 -0500 Subject: [PATCH] Update CHANGELOG for upcoming release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f85fb..2d2cec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## next +- Fix running tests with spaces in the names +- Fix passing environment variables with some debug adapters +- Limit the search depth for meson.build files when trying to activate the + extension + - This should help in the case of large monorepos + - This also matches the behavior of the CMake extension + ## 1.24.0 - Bump mesonlsp to v4.2.2