diff --git a/app/changelogs/v3.5.2/v3.5.2.md b/app/changelogs/v3.5.2/v3.5.2.md index 5a27bfd23..7d5c27add 100644 --- a/app/changelogs/v3.5.2/v3.5.2.md +++ b/app/changelogs/v3.5.2/v3.5.2.md @@ -27,6 +27,7 @@ Below are the detailed changes in this version. * [In read-only mode search results cannot be navigated to](https://github.com/siyuan-note/siyuan/issues/16680) * [Attribute values are not escaped](https://github.com/siyuan-note/siyuan/issues/16686) * [The `updateBlock` API encountered a null pointer error](https://github.com/siyuan-note/siyuan/issues/16705) +* [`Optimize typography` nested callout blocks within the task list caused an error](https://github.com/siyuan-note/siyuan/issues/16725) ### Refactor diff --git a/app/changelogs/v3.5.2/v3.5.2_zh_CHT.md b/app/changelogs/v3.5.2/v3.5.2_zh_CHT.md index 883c68c62..27d95cdd6 100644 --- a/app/changelogs/v3.5.2/v3.5.2_zh_CHT.md +++ b/app/changelogs/v3.5.2/v3.5.2_zh_CHT.md @@ -27,6 +27,7 @@ * [唯讀模式下無法跳轉搜尋結果](https://github.com/siyuan-note/siyuan/issues/16680) * [屬性值未進行轉義](https://github.com/siyuan-note/siyuan/issues/16686) * [`updateBlock` API 遇到空指標錯誤](https://github.com/siyuan-note/siyuan/issues/16705) +* [`優化排版` 任務清單嵌套提示區塊異常](https://github.com/siyuan-note/siyuan/issues/16725) ### 開發重構 diff --git a/app/changelogs/v3.5.2/v3.5.2_zh_CN.md b/app/changelogs/v3.5.2/v3.5.2_zh_CN.md index 2d44a19cd..196d5024f 100644 --- a/app/changelogs/v3.5.2/v3.5.2_zh_CN.md +++ b/app/changelogs/v3.5.2/v3.5.2_zh_CN.md @@ -27,6 +27,7 @@ * [只读模式下无法跳转搜索结果](https://github.com/siyuan-note/siyuan/issues/16680) * [属性值未进行转义](https://github.com/siyuan-note/siyuan/issues/16686) * [`updateBlock` API 遇到空指针错误](https://github.com/siyuan-note/siyuan/issues/16705) +* [`优化排版` 任务列表嵌套提示块异常](https://github.com/siyuan-note/siyuan/issues/16725) ### 开发重构