Skip to content

Commit 1b405fe

Browse files
committed
Adjust CHANGELOG.md
Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
1 parent a9aa676 commit 1b405fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Gluecodium project Release Notes
22

3+
## Unreleased
4+
* C++: introduced the new 'EnumValues' attribute, which allows uses to instruct the C++ generator to create helper function for the given enumeration. The mentioned function returns an array of unique enumerator values.
5+
36
## 14.1.1
47
Release date 2026-03-03
58
* C++: fixed a bug related to redundant 'using' statements generation for derived classes. We generate using statment to avoid warning/error related to method shadowing, when base and derived classes have method overload with the same name.

0 commit comments

Comments
 (0)