From f0cf46f2fa4e55808f4e2f708047f4a0c2cd8559 Mon Sep 17 00:00:00 2001 From: Yauheni Khnykin Date: Tue, 11 Jul 2023 17:55:03 +0200 Subject: [PATCH] Release version 13.6.2 Signed-off-by: Yauheni Khnykin --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c36c9cf525..6542668653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Gluecodium project Release Notes -## Unreleased +## 13.6.2 ### Bug fixes: * Fixed documentation references to constructors in Java. * Added forward declaration for inner interfaces and classes. * Fixed Dart code generation for struct initialization. + * Adds comments on undocumented fields in iOS ## 13.6.1 ### Bug fixes: