diff --git a/app/changelogs/v3.0.0/v3.0.0.md b/app/changelogs/v3.0.0/v3.0.0.md index f2e7f884d..8c99a4ed6 100644 --- a/app/changelogs/v3.0.0/v3.0.0.md +++ b/app/changelogs/v3.0.0/v3.0.0.md @@ -23,6 +23,11 @@ Below are the detailed changes in this version. * [Inline element setting exception](https://github.com/siyuan-note/siyuan/issues/10357) * [Breadcrumbs cannot be clicked after the new window is full screen](https://github.com/siyuan-note/siyuan/issues/10369) +* [Inline element nested editing exception](https://github.com/siyuan-note/siyuan/issues/10380) + +### Refactor + +* [Upgrade mermaid to 10.8.0](https://github.com/siyuan-note/siyuan/pull/10373) ### Development diff --git a/app/changelogs/v3.0.0/v3.0.0_zh_CHT.md b/app/changelogs/v3.0.0/v3.0.0_zh_CHT.md index 066770d30..67a2f5aae 100644 --- a/app/changelogs/v3.0.0/v3.0.0_zh_CHT.md +++ b/app/changelogs/v3.0.0/v3.0.0_zh_CHT.md @@ -23,6 +23,11 @@ * [行級元素設定異常](https://github.com/siyuan-note/siyuan/issues/10357) * [新視窗全螢幕後麵包屑無法點選](https://github.com/siyuan-note/siyuan/issues/10369) +* [行級元素嵌套編輯異常](https://github.com/siyuan-note/siyuan/issues/10380) + +### 開發重構 + +* [升級 mermaid v10.8.0](https://github.com/siyuan-note/siyuan/pull/10373) ### 開發者 diff --git a/app/changelogs/v3.0.0/v3.0.0_zh_CN.md b/app/changelogs/v3.0.0/v3.0.0_zh_CN.md index e92abe65e..55a2b6ab5 100644 --- a/app/changelogs/v3.0.0/v3.0.0_zh_CN.md +++ b/app/changelogs/v3.0.0/v3.0.0_zh_CN.md @@ -24,6 +24,10 @@ * [行级元素设置异常](https://github.com/siyuan-note/siyuan/issues/10357) * [新窗口全屏后面包屑无法点击](https://github.com/siyuan-note/siyuan/issues/10369) +### 开发重构 + +* [升级 mermaid v10.8.0](https://github.com/siyuan-note/siyuan/pull/10373) + ### 开发者 * [添加内部内核 API `/api/block/appendDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/10368)