From e736437fd752c5b3009382ea4755be890e2e2deb Mon Sep 17 00:00:00 2001 From: Yannis Rousochatzakis <91379+rousso@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:27:58 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e878e3..546c1db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ _The EFX Toolkit for Java developers is a library that enables the transpilation --- ## In this release: -In this release we moved some utility classes to a new java library: [eforms-core-java](https://github.com/OP-TED/eforms-core-java). These utility classes enable the parallel use of multiple major versions of the SDK by applications. We decided to extract this functionality to a new shared library so that it can also be use by applications that do not necessarily need EFX translation. +In this release we moved some utility classes to a new java library: [eforms-core-java](https://github.com/OP-TED/eforms-core-java). These utility classes enable the parallel use of multiple major versions of the SDK by applications. We decided to extract this functionality to a new shared library so that it can also be used by applications that do not necessarily need EFX translation. This release also removes the need to use the "classindex" annotation processor plugin. You can remove the following section from your pom.xml.