소스 검색

Info about 2.3

Piotr Czajkowski 5 달 전
부모
커밋
99238a9585
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -17,9 +17,12 @@ It currently supports properties of types as supported by ClosedXML, so:
 
 And their nullable variants.
 
+As always, feel free to use it however you desire. But I provide you with no guarantee whatsoever. Enjoy!
+
+## Version history
 In version 2 I've added ability to read data dynamically without a need to create a special type. Useful when you need to read/write some not so organized data.
 
 In version 2.2 I've added support for formulas, but as this library is based on ClosedXML it has its limitations, as per [Evaluating Formulas](https://github.com/closedxml/closedxml/wiki/Evaluating-Formulas):
 *Not all formulas are included and you'll probably get a nasty error if the formula isn't supported or if there's an error in the formula. Please test your formulas before going to production.*
 
-As always, feel free to use it however you desire. But I provide you with no guarantee whatsoever. Enjoy!
+In version 2.3 I've added support for hyperlinks and improved appending to the existing files.