Skip to content

Commit

Permalink
Release version 13.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sameer Mahant <[email protected]>
  • Loading branch information
sameermahant committed Sep 1, 2023
1 parent 4326fd0 commit 7e1eedf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Gluecodium project Release Notes

## Unreleased
## 13.7.0
Release date: 2023-09-01
### Features:
* Added new lambda syntax that allows to specify parameter name.
### Bug fixes:
* Fixed documentation generation for lambdas.
* Fixed name clash and compilation errors for internally generated dart functions in case lime file contains
internal classes/structs with throwing functions/constructors that have the same name and classes/structs are contained
in the same external class.
* Fixed the name clash issue for Dart which occurs when two different internal classes have functions
with the same name that throws exceptions.

## 13.6.4
### Features:
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.6.4
version = 13.7.0

0 comments on commit 7e1eedf

Please sign in to comment.