From c0eafd937ef3f71157fdff0e0c1d6fa7c2144941 Mon Sep 17 00:00:00 2001 From: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> Date: Fri, 13 Jan 2023 17:53:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B02.4.1=20release=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/release_note_cn.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release_note_cn.md b/docs/release_note_cn.md index ba1781e0317..03ca3f716f5 100644 --- a/docs/release_note_cn.md +++ b/docs/release_note_cn.md @@ -1,3 +1,10 @@ +# 2.4.1 Release Note + + +去除飞桨对python.so的依赖,修复在包括conda在内的特定的环境下,因无法找到python.so而造成运行失败的Bug。 + + + # 2.4.0 Release Note ## 1. 重要更新 From ee87a72453dc72e6f608b707c9a92402ddd72087 Mon Sep 17 00:00:00 2001 From: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:12:42 +0800 Subject: [PATCH 2/2] Update release_note_cn.md --- docs/release_note_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_note_cn.md b/docs/release_note_cn.md index 03ca3f716f5..d8864319f7c 100644 --- a/docs/release_note_cn.md +++ b/docs/release_note_cn.md @@ -1,7 +1,7 @@ # 2.4.1 Release Note -去除飞桨对python.so的依赖,修复在包括conda在内的特定的环境下,因无法找到python.so而造成运行失败的Bug。 +去除飞桨对 python.so 的依赖,修复在包括 conda 在内的特定的环境下,因无法找到 python.so 而造成运行失败的 Bug。