📝 Update changelogs

This commit is contained in:
Daniel 2024-05-13 21:30:54 +08:00
parent fc1e9154b3
commit b97885452a
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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)
### 改進文檔

View File

@ -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)
### 改进文档