diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a024270..0cb97763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,3 +144,16 @@ ## Improvements * Improved JavaDocs in `ClassModelManager`. #76 + +# fulib v1.4.1 + +## Improvements + +* `@Link` without an argument or with empty string now creates a unidirectional association. #81 +* Improved POJO templates for unidirectional associations. #81 +* `ClassModelManager` now properly handles and documents unidirectional associations. #81 + +## Bugfixes + +* The reflective class model builder now properly replaces fully qualified class names with imports. #80 +* Fixed JavaFX templates generating invalid code for unidirectional associations. #81 diff --git a/README.md b/README.md index 4b76893d..de02fa18 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ dependencies { // optional, to override the version of fulib used by fulibScenarios: // https://mvnrepository.com/artifact/org.fulib/fulib - fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.4.0' + fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.4.1' } ```