From 42de646d42dd6417a2da95818b530b1b089101a6 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Thu, 31 Mar 2022 03:23:03 +0000 Subject: [PATCH] =?UTF-8?q?!2886=20=E5=90=8C=E6=AD=A53.1release=20Signed-o?= =?UTF-8?q?ff-by:=20zengyawen=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api-change/v3.1-Release/native-apidiff-v3.1-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/release-notes/api-change/v3.1-Release/native-apidiff-v3.1-release.md b/zh-cn/release-notes/api-change/v3.1-Release/native-apidiff-v3.1-release.md index 2413897e22..e4e1668afa 100644 --- a/zh-cn/release-notes/api-change/v3.1-Release/native-apidiff-v3.1-release.md +++ b/zh-cn/release-notes/api-change/v3.1-Release/native-apidiff-v3.1-release.md @@ -204,6 +204,6 @@ OpenHarmony 3.1 Release相较于OpenHarmony 3.0 LTS版本的API变更如下: | Node-API | [Node-API](https://gitee.com/openharmony/docs/blob/2844f08105b08115f6f5694e9f7552e2f1fe3c12/zh-cn/application-dev/reference/native-lib/third_party_napi/napi.md) | 新增 | NAPI组件对Node-API的接口进行了重新实现,新增支持Node-API标准库中的部分接口 | | EGL | [EGL标准](https://github.com/KhronosGroup/EGL-Registry/tree/main/api/EGL/) | 新增 | 新增EGL接口 | | GLES3 | [GLES3标准](https://github.com/KhronosGroup/OpenGL-Registry/tree/main/api/GLES3/) | 新增 | 新增OpenGLES3.0接口 | - - + | 标准C++库 | [libc++标准](https://libcxx.llvm.org/) | 新增 | 新增标准C++库接口 | + | 标准C库 | [libc、libm、libdl](https://zh.cppreference.com/w/c/header)组合实现C11标准C库 | 新增 | 新增标准C库接口 | -- GitLab