Browse Source

Update README.md file

Patrick-Christopher Mattulat 3 years ago
parent
commit
7e0535047d
1 changed files with 5 additions and 2 deletions
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -1,4 +1,4 @@
-# Lynar Studios - Standard Library 2020.2.2 #
+# Lynar Studios - Standard Library 2020.2.3 #
 
 This is a cross-platform standard library written in C++ which provides basic functionality and implementation, like:
  
@@ -16,7 +16,10 @@ It has been tested on __Windows__, __Linux__ and __MacOS__ systems.
 
 ### Change Log ###
 
-- added debug build configuration
+- added missing nullptr exception handling inside serialization class constructors
+- fixed serialization assignment
+- replaced include directives in source files
+- reduced complexity inside SerializableJSONState class
 
 ### Documentation ###