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 + +--- +