瀏覽代碼

Add feature description to README.md file

Patrick-Christopher Mattulat 2 年之前
父節點
當前提交
c64ad978bc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -41,11 +41,11 @@ A __Date__ class comes with this submodule, which you can use to represent a dat
 - __logic__ module has been removed from library and can now be found in __ls-game-tool-kit__ library
 - namespaces have been completely removed from module tests to improve readability
 - a new naming convention for files and directories has been introduced, where underscores were replaced by dashes entirely
-- fetching the library version is now being done by using __LibraryVersion__ class
+- fetching the library version can now be achieved by using a dedicated __LibraryVersion__ class - the usage of a static function for this purpose has been removed completely
 
 #### Fixes ####
 
-- none
+- potential memory leaks have been resolved by strictly splitting prototypes and implementation project-wide, which enabled the usage of virtual or overridden destructors
 
 ---
 ### Documentation ###