Skip to content

Commit 0091e57

Browse files
committed
Updated the CHANGELOG.
1 parent fbb27f7 commit 0091e57

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) beginning with version [Unreleased].
6+
7+
## [Unreleased]
8+
9+
### Added
10+
11+
- Trivial recovery strategy to generate model elements for unresolved proxy objects
12+
- Parser: `TextBlock`s are converted to `TextBockReference`s so that model elements are generated for text blocks
13+
14+
### Changed
15+
16+
- Minimum required Java version: Java 17
17+
- Supported Eclipse version: 2022-12
18+
- Third variant: bindings of parameters and local variables are also resolved
19+
- Migration to MDSD Tools organization
20+
- Converted Maven Tycho-based build to pure Maven build
21+
- Upgraded dependency versions to:
22+
- Apache Commons Bytecode Engineering Library 6.7.0
23+
- Apache Log4j 2 2.20.0 including the Log4j 1.x bridge
24+
25+
### Deprecated
26+
27+
### Removed
28+
29+
### Fixed
30+
31+
### Security
32+
33+
[Unreleased]: https://github.com/MDSD-Tools/TheExtendedJavaModelParserAndPrinter/compare/releases/5.1.0...HEAD

0 commit comments

Comments
 (0)