From 445bce488836fcd8412f8c4f41ec3f6b50bc1d7d Mon Sep 17 00:00:00 2001 From: snomiao <7323030+snomiao@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:31:38 +0000 Subject: [PATCH] [docs] Update API changelog for v1.31.1 --- docs/API-CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/API-CHANGELOG.md b/docs/API-CHANGELOG.md index 51cd457a16..1ed4830e6d 100644 --- a/docs/API-CHANGELOG.md +++ b/docs/API-CHANGELOG.md @@ -25,3 +25,29 @@ When breaking changes occur, refer to the specific version section below for: --- +## v1.31.1 (2025-11-04) + +Comparing v1.32.1 → v1.31.1. This changelog documents changes to the public API surface that third-party extensions and custom nodes depend on. + +### ⚠️ Breaking Changes + +**Type Aliases** + +- **Removed**: `WorkflowOpenSource` + +**Interfaces** + +- **Removed**: `WorkflowImportMetadata` + +### 🔄 Modifications + +> **Note**: Some modifications may be breaking changes. + +**Classes** + +- `ComfyApp` + - ⚠️ **Breaking**: Method `loadGraphData()` signature changed + - ⚠️ **Breaking**: Method `handleFile()` signature changed + +--- +