From 78d403a740818a8bf6781225fddd761faf8b4638 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 14 Nov 2023 22:37:05 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v2.10.15/v2.10.15.md | 1 + app/changelogs/v2.10.15/v2.10.15_zh_CHT.md | 1 + app/changelogs/v2.10.15/v2.10.15_zh_CN.md | 1 + 3 files changed, 3 insertions(+) diff --git a/app/changelogs/v2.10.15/v2.10.15.md b/app/changelogs/v2.10.15/v2.10.15.md index bff559564..41e6ed891 100644 --- a/app/changelogs/v2.10.15/v2.10.15.md +++ b/app/changelogs/v2.10.15/v2.10.15.md @@ -35,6 +35,7 @@ Below are the detailed changes in this version. * [Editor missing after close all tabs when has pin tabs](https://github.com/siyuan-note/siyuan/issues/9624) * [Data synchronization accidentally deletes local files](https://github.com/siyuan-note/siyuan/issues/9631) * [The window title is hidden after the graph is minimized](https://github.com/siyuan-note/siyuan/issues/9638) +* [Code content in templates is not properly escaped](https://github.com/siyuan-note/siyuan/issues/9649) ### Document diff --git a/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md b/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md index 1f5001dd3..62db90cde 100644 --- a/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md +++ b/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md @@ -35,6 +35,7 @@ * [存在固定頁籤時關閉所有頁籤導致編輯器異常](https://github.com/siyuan-note/siyuan/issues/9624) * [資料同步誤刪本機檔案](https://github.com/siyuan-note/siyuan/issues/9631) * [關係圖最小化後視窗標題被隱藏](https://github.com/siyuan-note/siyuan/issues/9638) +* [未正確轉義範本程式碼內容](https://github.com/siyuan-note/siyuan/issues/9649) ### 改進文檔 diff --git a/app/changelogs/v2.10.15/v2.10.15_zh_CN.md b/app/changelogs/v2.10.15/v2.10.15_zh_CN.md index 34e3a3734..c16dd3732 100644 --- a/app/changelogs/v2.10.15/v2.10.15_zh_CN.md +++ b/app/changelogs/v2.10.15/v2.10.15_zh_CN.md @@ -35,6 +35,7 @@ * [存在固定页签时关闭所有页签导致编辑器异常](https://github.com/siyuan-note/siyuan/issues/9624) * [数据同步误删本地文件](https://github.com/siyuan-note/siyuan/issues/9631) * [关系图最小化后窗口标题被隐藏](https://github.com/siyuan-note/siyuan/issues/9638) +* [未正确转义模板代码内容](https://github.com/siyuan-note/siyuan/issues/9649) ### 改进文档