From d8d5645a0793ac65a04397debeb16e98df012029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 1 Jan 2024 14:33:04 +0200 Subject: [PATCH] Changelog #214 --- thisweek/_posts/2024-01-01-changelog-214.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 thisweek/_posts/2024-01-01-changelog-214.adoc diff --git a/thisweek/_posts/2024-01-01-changelog-214.adoc b/thisweek/_posts/2024-01-01-changelog-214.adoc new file mode 100644 index 00000000..2e8499c5 --- /dev/null +++ b/thisweek/_posts/2024-01-01-changelog-214.adoc @@ -0,0 +1,17 @@ += Changelog #214 +:sectanchors: +:experimental: +:page-layout: post + +Commit: commit:9db515503f11bda7812cdfb9c2839f70f4cb1fdd[] + +Release: release:2024-01-01[] (`v0.3.1791`) + +== Fixes + +* pr:16221[] (first contribution) fix panic in some macros due to unhandled `SyntaxContextId::SELF_REF`. +* pr:16096[] (first contribution) update VS Code extension panic problem matcher. +* pr:16224[] fix handling of hygiene in the presence of `SyntaxContextId::SELF_REF`. + +== Internal Improvements + +* pr:16217[] (first contribution) simplify implementation of `apply_document_changes`.