diff --git a/app/changelogs/v3.0.12/v3.0.12.md b/app/changelogs/v3.0.12/v3.0.12.md index e4fe9c254..0e6a76647 100644 --- a/app/changelogs/v3.0.12/v3.0.12.md +++ b/app/changelogs/v3.0.12/v3.0.12.md @@ -58,6 +58,7 @@ Below are the detailed changes in this version. * [Alt shortcut key conflict](https://github.com/siyuan-note/siyuan/issues/11168) * [Only the first embed block can be searched](https://github.com/siyuan-note/siyuan/issues/11170) * [Data History - File history - Assets search results and operation conditions do not match](https://github.com/siyuan-note/siyuan/issues/11171) +* [Regular expression search and replace results in nested paragraphs](https://github.com/siyuan-note/siyuan/issues/11188) ### Refactor diff --git a/app/changelogs/v3.0.12/v3.0.12_zh_CHT.md b/app/changelogs/v3.0.12/v3.0.12_zh_CHT.md index c8f348373..75ab769ff 100644 --- a/app/changelogs/v3.0.12/v3.0.12_zh_CHT.md +++ b/app/changelogs/v3.0.12/v3.0.12_zh_CHT.md @@ -58,6 +58,7 @@ * [Alt 快捷鍵衝突](https://github.com/siyuan-note/siyuan/issues/11168) * [只能搜尋到第一個嵌入區塊](https://github.com/siyuan-note/siyuan/issues/11170) * [資料歷史 - 檔案歷史 - 資源搜尋結果與操作條件不符](https://github.com/siyuan-note/siyuan/issues/11171) +* [正規表示式搜尋替換導致段落嵌套](https://github.com/siyuan-note/siyuan/issues/11188) ### 開發重構 diff --git a/app/changelogs/v3.0.12/v3.0.12_zh_CN.md b/app/changelogs/v3.0.12/v3.0.12_zh_CN.md index c0b1f886a..6fe3e7871 100644 --- a/app/changelogs/v3.0.12/v3.0.12_zh_CN.md +++ b/app/changelogs/v3.0.12/v3.0.12_zh_CN.md @@ -58,6 +58,7 @@ * [Alt 快捷键冲突](https://github.com/siyuan-note/siyuan/issues/11168) * [只能搜索到第一个嵌入块](https://github.com/siyuan-note/siyuan/issues/11170) * [数据历史 - 文件历史 - 资源搜索结果和操作条件不匹配](https://github.com/siyuan-note/siyuan/issues/11171) +* [正则表达式搜索替换导致段落嵌套](https://github.com/siyuan-note/siyuan/issues/11188) ### 开发重构