From e43cf4cf55de73c37a5dc603017b957b15a34499 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 11 Oct 2023 10:52:10 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v2.10.10/v2.10.9.md | 1 + app/changelogs/v2.10.10/v2.10.9_zh_CHT.md | 3 ++- app/changelogs/v2.10.10/v2.10.9_zh_CN.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/changelogs/v2.10.10/v2.10.9.md b/app/changelogs/v2.10.10/v2.10.9.md index 4042a1f99..8475cdb7d 100644 --- a/app/changelogs/v2.10.10/v2.10.9.md +++ b/app/changelogs/v2.10.10/v2.10.9.md @@ -33,3 +33,4 @@ Below are the detailed changes in this version. * [Improve event bus `open-siyuan-url-plugin`](https://github.com/siyuan-note/siyuan/pull/9256) * [Improve database created and updated column values](https://github.com/siyuan-note/siyuan/issues/9391) * [Improve handling of database column filters containing empty values](https://github.com/siyuan-note/siyuan/issues/9394) +* [Adding row overwriting data after enabling filter in database](https://github.com/siyuan-note/siyuan/issues/9395) \ No newline at end of file diff --git a/app/changelogs/v2.10.10/v2.10.9_zh_CHT.md b/app/changelogs/v2.10.10/v2.10.9_zh_CHT.md index 3be34ce0c..5cb1c060e 100644 --- a/app/changelogs/v2.10.10/v2.10.9_zh_CHT.md +++ b/app/changelogs/v2.10.10/v2.10.9_zh_CHT.md @@ -32,4 +32,5 @@ * [編輯器中的區塊顯示資料庫角標](https://github.com/siyuan-note/siyuan/issues/8894) * [改進事件匯流排 `open-siyuan-url-plugin`](https://github.com/siyuan-note/siyuan/pull/9256) * [改進資料庫建立時間和更新時間列值](https://github.com/siyuan-note/siyuan/issues/9391) -* [改進資料庫列過濾器包含空值時的處理](https://github.com/siyuan-note/siyuan/issues/9394) \ No newline at end of file +* [改進資料庫列過濾器包含空值時的處理](https://github.com/siyuan-note/siyuan/issues/9394) +* [資料庫啟用過濾器後新增行覆蓋資料](https://github.com/siyuan-note/siyuan/issues/9395) diff --git a/app/changelogs/v2.10.10/v2.10.9_zh_CN.md b/app/changelogs/v2.10.10/v2.10.9_zh_CN.md index 1a065c75f..96ed9f4fe 100644 --- a/app/changelogs/v2.10.10/v2.10.9_zh_CN.md +++ b/app/changelogs/v2.10.10/v2.10.9_zh_CN.md @@ -33,3 +33,4 @@ * [改进事件总线 `open-siyuan-url-plugin`](https://github.com/siyuan-note/siyuan/pull/9256) * [改进数据库创建时间和更新时间列值](https://github.com/siyuan-note/siyuan/issues/9391) * [改进数据库列过滤器包含空值时的处理](https://github.com/siyuan-note/siyuan/issues/9394) +* [数据库启用过滤器后添加行覆盖数据](https://github.com/siyuan-note/siyuan/issues/9395)