瀏覽代碼

Add Changelog for Section-Pair identifier and value size increase

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

+ 2 - 0
README.md

@@ -47,6 +47,8 @@ A __Date__ class comes with this submodule, which you can use to represent a dat
 - added missing __nodiscard__ attributes to test package
 - made __Exception__ base class abstract, which prevents it from being instantiated
 - __NullPointerEvaluator__ & __NullPointerArgumentEvaluator__ now except raw pointers
+- Section-Pair identifiers can now have a length of 64 characters
+- Section-Pair values can now have a length of 512 characters
 
 #### Fixes ####