diff --git a/docs-source/src/en/about/changelog.md b/docs-source/src/en/about/changelog.md index 33c2c51..f21de69 100644 --- a/docs-source/src/en/about/changelog.md +++ b/docs-source/src/en/about/changelog.md @@ -18,6 +18,7 @@ Time zone of version release date: **UTC+8** ### 1.0.3 | 2023.10.07   +- The license agreement has been changed from `MIT` to `Apache-2.0`, subsequent versions will be distributed under this license agreement, you should change the relevant license agreement after using this version - Change the type of dependency library from **Android Library** (aar) back to **Java Library** (jar) - Adapt and support the native Java platform (some functions are only available on the Android platform) - Fixed [fix get interfaces of class](https://github.com/HighCapable/YukiHookAPI/pull/38) issue and merged into `YukiReflection` diff --git a/docs-source/src/zh-cn/about/changelog.md b/docs-source/src/zh-cn/about/changelog.md index bab64ae..a7170c4 100644 --- a/docs-source/src/zh-cn/about/changelog.md +++ b/docs-source/src/zh-cn/about/changelog.md @@ -10,6 +10,7 @@ ### 1.0.3 | 2023.10.07   +- 许可协议由 `MIT` 变更为 `Apache-2.0`,在此之后的版本将由此许可协议进行分发,您在使用此版本后应变更相关许可协议 - 将依赖库的类型由 **Android Library** (aar) 修改回 **Java Library** (jar) - 适配并支持原生 Java 平台 (部分功能仅限 Android 平台) - 修复 [fix get interfaces of class](https://github.com/HighCapable/YukiHookAPI/pull/38) 问题并合并到 `YukiReflection`