From 9b82f6219f077e744b039d1fa17100e6f5e212e9 Mon Sep 17 00:00:00 2001 From: Tom Wojciechowski Date: Wed, 16 Oct 2024 16:13:24 +0100 Subject: [PATCH] update changeS2 --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES b/CHANGES index 4d2c3e08..9a496b21 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +[3.0.0] +- [FEATURE] Automatic java jnigen code generation from header files. https://github.com/libgdx/gdx-jnigen/pull/75 +- [BREAKING CHANGE] packages renamed to com.badlogic.gdx.jnigen base https://github.com/libgdx/gdx-jnigen/issues/60 +- [BREAKING CHANGE] Gradle tasks for building have all changed. +- Ant removed, tools chains and packaging handled entirely by jnigen +- Multi threading support in compilation +- Gradle plugin auto configures natives artifacts for publishing to maven +- GHA gradle task, for auto generating GHA script to build natives on GH based on current configuration +- Ability to configure each platform, each abi, each slice independently. +- MSVC support added for building with MSVC tool chains on windows + [2.5.2] - [BREAKING CHANGE] Increased default `minIOSVersion` to iOS 12. Default can be overridden with `minIOSVersion = "11.0"` - Compile all files that are defined by cIncludes/cExcludes/cppIncludes/cppExcludes