diff --git a/app/changelogs/v2.10.12/v2.10.12.md b/app/changelogs/v2.10.12/v2.10.12.md index 4fbceb13c..dcf4aa915 100644 --- a/app/changelogs/v2.10.12/v2.10.12.md +++ b/app/changelogs/v2.10.12/v2.10.12.md @@ -43,3 +43,4 @@ Below are the detailed changes in this version. * [Add plugin event bus `paste`](https://github.com/siyuan-note/siyuan/issues/9452) * [Improve database date column "Is Empty" filtering](https://github.com/siyuan-note/siyuan/issues/9463) * [Deprecated `loaded-protyle` use `loaded-protyle-static` instead](https://github.com/siyuan-note/siyuan/issues/9468) +* [Shallow clone the corresponding database when the template contains database blocks](https://github.com/siyuan-note/siyuan/issues/9494) diff --git a/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md b/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md index 87479f73f..32a36158a 100644 --- a/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md +++ b/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md @@ -43,3 +43,4 @@ * [新增插件事件 `paste`](https://github.com/siyuan-note/siyuan/issues/9452) * [改進資料庫視圖「為空」過濾](https://github.com/siyuan-note/siyuan/issues/9463) * [棄用 `loaded-protyle` 使用 `loaded-protyle-static` 替代](https://github.com/siyuan-note/siyuan/issues/9468) +* [模板中包含資料庫區塊時淺克隆對應資料庫](https://github.com/siyuan-note/siyuan/issues/9494) diff --git a/app/changelogs/v2.10.12/v2.10.12_zh_CN.md b/app/changelogs/v2.10.12/v2.10.12_zh_CN.md index 2b79ad842..a2d5c6eda 100644 --- a/app/changelogs/v2.10.12/v2.10.12_zh_CN.md +++ b/app/changelogs/v2.10.12/v2.10.12_zh_CN.md @@ -43,3 +43,4 @@ * [添加插件事件 `paste`](https://github.com/siyuan-note/siyuan/issues/9452) * [改进数据库视图“为空”过滤](https://github.com/siyuan-note/siyuan/issues/9463) * [弃用 `loaded-protyle` 使用 `loaded-protyle-static` 替代](https://github.com/siyuan-note/siyuan/issues/9468) +* [模板中包含数据库块时浅克隆对应数据库](https://github.com/siyuan-note/siyuan/issues/9494)