|
@@ -0,0 +1,23 @@
|
|
|
+# Changelog
|
|
|
+
|
|
|
+All notable changes to this project will be documented in this file.
|
|
|
+
|
|
|
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
|
|
|
+to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
+(Date format is dd-MM-yyyy)
|
|
|
+
|
|
|
+## Type of Changes
|
|
|
+
|
|
|
+- **Added** for new features.
|
|
|
+- **Changed** for changes in existing functionality.
|
|
|
+- **Deprecated** for soon-to-be removed features.
|
|
|
+- **Removed** for now removed features.
|
|
|
+- **Fixed** for any bug fixes.
|
|
|
+
|
|
|
+[//]: ##[Unreleased]
|
|
|
+
|
|
|
+## [11.15.2] - 07-02-2023
|
|
|
+
|
|
|
+- This new module allows to pack all MaterialFX dependencies in a single artifact. This allows easy utilization in
|
|
|
+ SceneBuilder as well as in non-modular projects. For modular projects it's still recommended to use the build system
|
|
|
+ to download and import all the needed dependencies
|