diff --git a/changelog/index.mdx b/changelog/index.mdx
index 1f05c612..1995006f 100644
--- a/changelog/index.mdx
+++ b/changelog/index.mdx
@@ -4,6 +4,20 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes. For
icon: "clock-rotate-left"
---
+
+
+**Performance & Memory**
+- Fixed OOM regression in quantized models during inference, improving memory usage for _apply() operations
+
+**Text Generation**
+- Added option to disable default template in text generation nodes for more flexible prompt handling
+- Introduced JsonExtractString node for JSON data manipulation in workflows
+
+**Partner Nodes**
+- Added 1080p resolution support for SeeDance 2.0 model, enabling higher quality dance generation
+
+
+
**New Model Support**
@@ -72,7 +86,6 @@ icon: "clock-rotate-left"
- Grok Video Extend
- [Blog](https://blog.comfy.org/p/grok-imagine-model-feature-updates)
-
**FP16 Support Fixes**
diff --git a/zh-CN/changelog/index.mdx b/zh-CN/changelog/index.mdx
new file mode 100644
index 00000000..4259ba32
--- /dev/null
+++ b/zh-CN/changelog/index.mdx
@@ -0,0 +1,19 @@
+---
+title: "更新日志"
+description: "跟踪 ComfyUI 的最新功能、改进和错误修复。详细的发布说明请参见 [Github releases](https://github.com/comfyanonymous/ComfyUI/releases) 页面。"
+icon: "clock-rotate-left"
+---
+
+
+
+**性能与内存**
+- 修复了量化模型在推理过程中的内存不足(OOM)回归问题,改善了 _apply() 操作的内存使用
+
+**文本生成**
+- 为文本生成节点添加了禁用默认模板的选项,以实现更灵活的提示词处理
+- 引入了 JsonExtractString 节点,用于在工作流中进行 JSON 数据操作
+
+**合作伙伴节点**
+- 为 SeeDance 2.0 模型添加了 1080p 分辨率支持,实现更高质量的舞蹈生成
+
+