This is an automated email from the ASF dual-hosted git repository.
cdutz 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 e4c4d33 doc: Updated the RELEASE_NOTES
e4c4d33 is described below
commit e4c4d33576ebdf4b9e5dc5946ae531c8dddf7ad5
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Apr 10 22:05:52 2025 +0200
doc: Updated the RELEASE_NOTES
---
code-generation/RELEASE_NOTES | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/code-generation/RELEASE_NOTES b/code-generation/RELEASE_NOTES
index cae6cf0..0115ff8 100644
--- a/code-generation/RELEASE_NOTES
+++ b/code-generation/RELEASE_NOTES
@@ -5,12 +5,14 @@
New Features
------------
- Updated to the latest maven project maven-wrapper.
-
-Incompatible changes
---------------------
+- Added a 'skip' option to the plugin config.
- Added support for providing external type information when
using external API types in the mspec (Such as PlcValueType
or PlcResponseCode)
+
+Incompatible changes
+--------------------
+
- LanguageOutput now requires an additional Map<String,String>
argument for the type information.