From 9a4552d820a3b14625223ffcd7ad9d0df8d9c5c9 Mon Sep 17 00:00:00 2001 From: qinjianqi Date: Mon, 16 Dec 2024 19:44:58 +0800 Subject: [PATCH] docs: add CHANGELOG.md Signed-off-by: qinjianqi --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8943b5f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 4.2.3-rc.1 +## 更新内容 +* chore: [#IB2G8L:移除其他平台的实现] remove implementation of other platforms 由 @LLLLLLin 贡献 [](https://gitee.com/openharmony-sig/rntpc_react-native-audio/pulls/2) +* feat: add HarmonyOS support 由 @leehom6666 贡献 [](https://gitee.com/openharmony-sig/rntpc_react-native-audio/pulls/3) +* pre-release: @react-native-ohos/react-native-audio@4.2.3-rc.1 由 @leehom6666 贡献 [](https://gitee.com/openharmony-sig/rntpc_react-native-audio/pulls/4) \ No newline at end of file -- Gitee