|
@@ -1,4 +1,4 @@
|
|
-# Lynar Studios - Standard Library 2023.3.0 #
|
|
|
|
|
|
+# Lynar Studios - Standard Library 2024.1.0.0 #
|
|
|
|
|
|
This is a cross-platform standard library written in C++ offering functionalities you would usually miss in C++'s standard library, especially if you would search for cross-platform implementations.
|
|
This is a cross-platform standard library written in C++ offering functionalities you would usually miss in C++'s standard library, especially if you would search for cross-platform implementations.
|
|
This library has been tested on __Windows__, __Linux__ and __MacOS__ systems.
|
|
This library has been tested on __Windows__, __Linux__ and __MacOS__ systems.
|
|
@@ -34,11 +34,14 @@ A __Date__ class comes with this submodule, which you can use to represent a dat
|
|
|
|
|
|
#### Features ####
|
|
#### Features ####
|
|
|
|
|
|
-- none
|
|
|
|
|
|
+- a reworked version of Event handling is now available, which orients more on nowadays standards - this implementation
|
|
|
|
+ is replacing the old Event based implementation
|
|
|
|
|
|
#### Improvements ####
|
|
#### Improvements ####
|
|
|
|
|
|
- an OS-specific initialization-script is now being provided for setting up the project and preparing it for the developer for code-contribution
|
|
- an OS-specific initialization-script is now being provided for setting up the project and preparing it for the developer for code-contribution
|
|
|
|
+- the library version scheme is now reflecting major-, minor- and patch-level additionally to the year of release to
|
|
|
|
+ rightfully reflect on the change impact, resulting into the format YYYY.MAJOR.MINOR.PATCH
|
|
|
|
|
|
#### Fixes ####
|
|
#### Fixes ####
|
|
|
|
|