Skip to content

Commit aca5e75

Browse files
committed
Corrected the CHANGELOG.
1 parent 31465a5 commit aca5e75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1515

1616
- Minimum required Java version: Java 17
1717
- Supported Eclipse version: 2022-12
18+
- First variant: always returns an empty model (previous implementation resulted in an endless loop)
1819
- Third variant: bindings of parameters and local variables are also resolved
1920
- Migration to MDSD Tools organization
2021
- Converted Maven Tycho-based build to pure Maven build
2122
- Unification and renaming of packages to: `tools.mdsd.jamopp`
2223
- Renaming of meta-model namespace URI to: `https://mdsd.tools/jamopp/6.0.0/java`
2324
- Versioned the meta-model
25+
- GitHub Actions for building and publishing artifacts
2426
- Upgraded dependency versions to:
2527
- Apache Commons Bytecode Engineering Library 6.7.0
2628
- Apache Log4j 2 2.20.0
@@ -31,6 +33,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
3133

3234
### Fixed
3335

36+
- First variant: always returns an empty model (temporary fix to not end in an endless loop)
37+
3438
### Security
3539

3640
## [5.1.0] - 2022-01-21

0 commit comments

Comments
 (0)