diff --git a/app/changelogs/v3.0.14/v3.0.14.md b/app/changelogs/v3.0.14/v3.0.14.md index 329160694..a1f4d9db3 100644 --- a/app/changelogs/v3.0.14/v3.0.14.md +++ b/app/changelogs/v3.0.14/v3.0.14.md @@ -61,6 +61,7 @@ Below are the detailed changes in this version. * [Database table view continuously adds new rows above error](https://github.com/siyuan-note/siyuan/issues/11335) * [Block attributes are not refreshed after data syncing](https://github.com/siyuan-note/siyuan/issues/11343) * [Undo exception after Delete in the last line of the code block](https://github.com/siyuan-note/siyuan/issues/11362) +* [Opening notebook repeatedly causes reference count to increase](https://github.com/siyuan-note/siyuan/issues/11378) ### Document diff --git a/app/changelogs/v3.0.14/v3.0.14_zh_CHT.md b/app/changelogs/v3.0.14/v3.0.14_zh_CHT.md index 72e5bc3e0..9dd66ad0e 100644 --- a/app/changelogs/v3.0.14/v3.0.14_zh_CHT.md +++ b/app/changelogs/v3.0.14/v3.0.14_zh_CHT.md @@ -61,6 +61,7 @@ * [資料庫表格檢視連續在上方新增一行錯誤](https://github.com/siyuan-note/siyuan/issues/11335) * [資料同步後區塊屬性不刷新](https://github.com/siyuan-note/siyuan/issues/11343) * [在程式碼區塊的最後一行刪除後撤銷異常](https://github.com/siyuan-note/siyuan/issues/11362) +* [重複開啟筆記本導致引用計數增加](https://github.com/siyuan-note/siyuan/issues/11378) ### 改進文檔 diff --git a/app/changelogs/v3.0.14/v3.0.14_zh_CN.md b/app/changelogs/v3.0.14/v3.0.14_zh_CN.md index a12455b04..d669638fd 100644 --- a/app/changelogs/v3.0.14/v3.0.14_zh_CN.md +++ b/app/changelogs/v3.0.14/v3.0.14_zh_CN.md @@ -61,6 +61,7 @@ * [数据库表格视图连续在上方添加新行错误](https://github.com/siyuan-note/siyuan/issues/11335) * [数据同步后块属性不刷新](https://github.com/siyuan-note/siyuan/issues/11343) * [在代码块的最后一行删除后撤销异常](https://github.com/siyuan-note/siyuan/issues/11362) +* [重复打开笔记本导致引用计数增加](https://github.com/siyuan-note/siyuan/issues/11378) ### 改进文档