From 945508682061a0db7b4f7be485ec135a4d88dc1b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 16 May 2023 10:35:46 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v2.8.8.md | 1 + app/changelogs/v2.8.8_zh_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/app/changelogs/v2.8.8.md b/app/changelogs/v2.8.8.md index d37743bc4..b450def48 100644 --- a/app/changelogs/v2.8.8.md +++ b/app/changelogs/v2.8.8.md @@ -59,3 +59,4 @@ Below are the detailed changelogs. ### Development * [Cannot return when plugin `loadData` is empty](https://github.com/siyuan-note/siyuan/issues/8259) +* [Bazaar resource directories support symlink](https://github.com/siyuan-note/siyuan/pull/8263) diff --git a/app/changelogs/v2.8.8_zh_CN.md b/app/changelogs/v2.8.8_zh_CN.md index 3b8cbb39d..0565bf69d 100644 --- a/app/changelogs/v2.8.8_zh_CN.md +++ b/app/changelogs/v2.8.8_zh_CN.md @@ -59,3 +59,4 @@ ### 开发者 * [插件 `loadData` 为空时无返回](https://github.com/siyuan-note/siyuan/issues/8259) +* [集市资源目录支持符号链接](https://github.com/siyuan-note/siyuan/pull/8263)