From 84b34721265e989e4411f917ebffae28ccf688fd Mon Sep 17 00:00:00 2001 From: elliot Date: Tue, 25 Aug 2026 15:43:15 -0400 Subject: [PATCH] prepare changelog for release --- apps/vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 7620219b..c568b8d1 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.136.0 (Unreleased) +## 1.136.0 (Release on 2026-08-25) - Reduce memory usage by only starting the language server (LSP) in projects containing Quarto documents (https://github.com/quarto-dev/quarto/pull/1059). - Fixed a bug where single-line display math with a cross-reference label (e.g. `$$1+1$$ {#eq-spec0}`), or an unclosed `$$`, stopped the rest of the document from being parsed, so headings went missing from the outline, LaTeX preview was unavailable, and code cells below could not be run ().