diff --git a/app/changelogs/v2.11.2/v2.11.2.md b/app/changelogs/v2.11.2/v2.11.2.md index 78e184762..a5ce6f142 100644 --- a/app/changelogs/v2.11.2/v2.11.2.md +++ b/app/changelogs/v2.11.2/v2.11.2.md @@ -31,6 +31,7 @@ Below are the detailed changes in this version. * [Improve kernel stability by eliminating some data races](https://github.com/siyuan-note/siyuan/issues/9842) * [Improve image loading and jump positioning caused by height changes](https://github.com/siyuan-note/siyuan/issues/9856) * [Keep the cursor still after `Delete` at the end of the list](https://github.com/siyuan-note/siyuan/issues/9863) +* [Improve web page clip code block content conversion](https://github.com/siyuan-note/siyuan/issues/9865) ### Abolishment diff --git a/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md b/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md index 4e8cc5a49..4f6fca5e4 100644 --- a/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md +++ b/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md @@ -31,6 +31,7 @@ * [消除資料競態以提升內核穩定性](https://github.com/siyuan-note/siyuan/issues/9842) * [改进图片加载引起高度变化跳转定位](https://github.com/siyuan-note/siyuan/issues/9856) * [在清單最後按 `Delete` 刪除時保持遊標位置不變](https://github.com/siyuan-note/siyuan/issues/9863) +* [改進網頁剪藏程式碼區塊內容轉換](https://github.com/siyuan-note/siyuan/issues/9865) ### 移除功能 diff --git a/app/changelogs/v2.11.2/v2.11.2_zh_CN.md b/app/changelogs/v2.11.2/v2.11.2_zh_CN.md index 596825f40..c49c8f64e 100644 --- a/app/changelogs/v2.11.2/v2.11.2_zh_CN.md +++ b/app/changelogs/v2.11.2/v2.11.2_zh_CN.md @@ -31,6 +31,7 @@ * [消除数据竞态以提升内核稳定性](https://github.com/siyuan-note/siyuan/issues/9842) * [改进图片加载导致高度变化跳转定位](https://github.com/siyuan-note/siyuan/issues/9856) * [在列表末尾按 `Delete` 删除时保持光标位置不变](https://github.com/siyuan-note/siyuan/issues/9863) +* [改进网页剪藏代码块内容转换](https://github.com/siyuan-note/siyuan/issues/9865) ### 移除功能