diff --git a/app/changelogs/v2.8.10/v2.8.10.md b/app/changelogs/v2.8.10/v2.8.10.md index cc60f29db..860d1d26d 100644 --- a/app/changelogs/v2.8.10/v2.8.10.md +++ b/app/changelogs/v2.8.10/v2.8.10.md @@ -70,3 +70,4 @@ Below are the detailed changes in this version. * [Add plugin API `open-noneditableblock` to `eventBus`](https://github.com/siyuan-note/siyuan/issues/8374) * [Add plugin config items `backends` and `frontends`](https://github.com/siyuan-note/siyuan/issues/8386) * [Improve interaction of plugin system settings](https://github.com/siyuan-note/siyuan/issues/8391) +* [Custom block menu moved to block secondary menu](https://github.com/siyuan-note/siyuan/issues/8419) diff --git a/app/changelogs/v2.8.10/v2.8.10_zh_CHT.md b/app/changelogs/v2.8.10/v2.8.10_zh_CHT.md index c72af591f..97eeec132 100644 --- a/app/changelogs/v2.8.10/v2.8.10_zh_CHT.md +++ b/app/changelogs/v2.8.10/v2.8.10_zh_CHT.md @@ -70,3 +70,4 @@ * [在 `eventBus` 中添加 `open-noneditableblock`](https://github.com/siyuan-note/siyuan/issues/8374) * [添加插件配置項 `backends` 和 `frontends`](https://github.com/siyuan-note/siyuan/issues/8386) * [改進插件系統設置交互](https://github.com/siyuan-note/siyuan/issues/8391) +* [自定義塊標菜單移到二級菜單中](https://github.com/siyuan-note/siyuan/issues/8419) diff --git a/app/changelogs/v2.8.10/v2.8.10_zh_CN.md b/app/changelogs/v2.8.10/v2.8.10_zh_CN.md index 08b0403da..96395cf5e 100644 --- a/app/changelogs/v2.8.10/v2.8.10_zh_CN.md +++ b/app/changelogs/v2.8.10/v2.8.10_zh_CN.md @@ -70,3 +70,4 @@ * [在 `eventBus` 中添加 `open-noneditableblock`](https://github.com/siyuan-note/siyuan/issues/8374) * [添加插件配置项 `backends` 和 `frontends`](https://github.com/siyuan-note/siyuan/issues/8386) * [改进插件系统设置交互](https://github.com/siyuan-note/siyuan/issues/8391) +* [自定义块标菜单移到二级菜单中](https://github.com/siyuan-note/siyuan/issues/8419)