Skip to content

Commit 921a458

Browse files
committed
Update CHANGELOG.md
Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
1 parent 41c9c64 commit 921a458

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44
### Features
55
* Dart/Flutter: the generated code is now compatible with Flutter 3.29 and above. When the user invokes the callback created for lambda/interface from the thread that is the main isolate thread, but outside of isolate context then it is correclty executed. Before this release the thread would deadlock. Now the generated code identifies such case and enters the isolate context before invoking the callback.
6+
* Common: introduced LIME DOC validation rules. Users may use the new CLI parameter called `-docsvalidationrules` or CMake parameter `GLUECODIUM_DOCS_VALIDATION_RULES`, which allow specifying JSON file with regular expressions used to validate comments for certain LIME elements. More information can be found in `lime_markdown.md`.
67

78
## 13.12.0
89
Release date 2025-03-24

0 commit comments

Comments
 (0)