Skip to content

Commit add4cb4

Browse files
committed
Updated the CHANGELOG.
1 parent 3dda2da commit add4cb4

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
- Unification and renaming of packages to: `tools.mdsd.jamopp`
21+
- Renaming of meta-model namespace URI to: `https://mdsd.tools/jamopp/java`
22+
23+
### Deprecated
24+
25+
### Removed
26+
27+
### Fixed
28+
29+
### Security
30+
31+
[Unreleased]: https://github.com/MDSD-Tools/TheExtendedJavaModelParserAndPrinter/compare/releases/5.1.0...HEAD

0 commit comments

Comments
 (0)