소스 검색

Add Changelog to README.md file explaining the improvement

Patrick-Christopher Mattulat 1 년 전
부모
커밋
000e3e6539
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -46,6 +46,7 @@ A __Date__ class comes with this submodule, which you can use to represent a dat
 - a new naming convention for files and directories has been introduced, where underscores were replaced by dashes entirely
 - 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
 - missing nodiscard attributes have been added to library classes
+- rename "types" folder in __core__ submodule to stick to naming convention
 
 #### Fixes ####