You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments