From 2709cbe9ef97ba98b7ecd419de7d3f3151498972 Mon Sep 17 00:00:00 2001 From: luofann Date: Mon, 25 Nov 2024 15:28:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=97=A5=E5=BF=97=20--story=3D120891419?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE.md | 2 ++ docs/RELEASE_EN.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 440b9590..9bb483ef 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,4 +1,6 @@ # Changelog +## [Version: 2.7.3] - 2024-11-25 +【Fix】API请求节点POST参数编辑渲染问题 ## [Version: 2.7.2] - 2024-11-18 【新增】画布删除线条时增加弹窗提醒 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index 636c7d73..2e95d719 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -1,4 +1,7 @@ # Changelog +## [Version: 2.7.3] - 2024-11-25 +【Fix】API request node POST parameter editing rendering issue. + ## [Version: 2.7.2] - 2024-11-18 【Feature】Add a popup confirmation when deleting lines on the canvas. 【Improved】When selecting ‘All Systems’ in the API list, remove the options for creating new and importing APIs.