This is an automated email from the ASF dual-hosted git repository.
chrisdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git
The following commit(s) were added to refs/heads/develop by this push:
new 9b735d8 doc: Updated the RELEASE_NOTES in preparation for an upcoming
release.
9b735d8 is described below
commit 9b735d8111ecf1ec65a6f78e7229327517ff5ec3
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Jul 27 11:55:42 2026 +0200
doc: Updated the RELEASE_NOTES in preparation for an upcoming release.
---
code-generation/RELEASE_NOTES | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/code-generation/RELEASE_NOTES b/code-generation/RELEASE_NOTES
index ad8a870..ed6b473 100644
--- a/code-generation/RELEASE_NOTES
+++ b/code-generation/RELEASE_NOTES
@@ -5,12 +5,26 @@ New Features
------------
- Added a new type for 'constants'
- Added a new field type for 'state'
+- Added support for comments in the mspec.
+- Fields and types now expose the set of attribute names
+ explicitly set on them, as well as which attributes are set
+ on the current level versus inherited from a parent.
Incompatible changes
--------------------
+- Raised the Java baseline to Java 21.
+- Migrated the build to Apache Maven 4.
+
+Changed Maven Coordinates
+-------------------------
+
+- None. The groupId and artifactIds are unchanged in this release.
Bug Fixes
---------
+- Fixed 'isVariableLiteralVirtualField' which incorrectly only
+ inspected the property fields and so never matched virtual
+ fields.
==============================================================
(Unreleased) Apache PLC4X Build-Tools Code-Generation 1.8.0