Skip to content

Commit

Permalink
Release version 13.9.1 (#1592)
Browse files Browse the repository at this point in the history
Signed-off-by: Yauheni Khnykin <[email protected]>
  • Loading branch information
Hsilgos authored Jun 4, 2024
1 parent f04503e commit cddc88a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Gluecodium project Release Notes

## 13.9.1
Release date: 2024-06-04
### Features:
* Refactors generated code as described below to make compiled code smaller.
* Moves implementations of JniExceptionThrower, JniReference, CppProxyBase from headers to cpp files.
* Moves repeated functionality like throwing exception and retrieving native handle to functions.
* Moves caching mechanism in JNI and Dart ffi related generated code to cpp.
* Makes several classes `final`.
* Makes many generated JNI related functions `noexcept`.
* Avoids passing of useless parameter like `(SomeType*)nullptr` to converters. Now empty `TypeId` template is passing.
* Removes unused headers.

## 13.8.2
### Bug fixes:
* Bridging headers from linked frameworks are used. It solves problem with some cases, for example when interface inherts (extends) another one in lime.
Expand Down
2 changes: 1 addition & 1 deletion gluecodium/src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 13.9.0
version = 13.9.1

0 comments on commit cddc88a

Please sign in to comment.