ソースを参照

Add feature changelog to README file

Patrick-Christopher Mattulat 6 時間 前
コミット
da5926d44f
1 ファイル変更4 行追加3 行削除
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -1,7 +1,7 @@
 # Lynar Studios - Standard Library 2026.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 library has been tested on __Windows__, __Linux__ and __MacOS__ systems.
+This library has been tested on __Windows__, __Linux__ and __macOS__ systems.
 Following a modularized approach the following independent submodules are defined in scope of this library:
  
 #### Boxing ####
@@ -38,7 +38,8 @@ A __Date__ class comes with this submodule, which you can use to represent a dat
 
 #### Improvements ####
 
-- none
+- CMake project is now modularized to reduce complexity of a single CMakeLists.txt file
+- Overall increased security within code basis (based on Clang compiler security flags)
 
 #### Fixes ####
 
@@ -78,7 +79,7 @@ To build this library you'd need a supported __toolchain__ in place, consisting
 | GCC                                | Ubuntu 22.04 LTS | 14.2.0                                     | CMake                      | \>= 3.30.0                     |
 | Clang                              | Linux Mint 20.3  | 12.0.0-3ubuntu1~20.04.5                    | CMake                      | \>= 3.30.0                     |
 | MinGW-w64 / GCC                    | Windows 10       | 11.2.0                                     | CMake                      | \>= 3.30.0                     |
-| MSVC                               | Windows 10       | 19.41.34120.0                              | CMake                      | \>= 3.30.0                     |
+| MSVC                               | Windows 10       | 19.50.35721.0                              | CMake                      | \>= 3.30.0                     |
 | AppleClang                         | MacOS Monterey   | 14.0.0                                     | CMake                      | \>= 3.30.0                     |
 
 Please note, that where the underlying operating system is optional in this listing, the toolchain itself is not! This means, that by default you should use one of the supported listed toolchains.