2 Commits 5ad168d310 ... f232275980

Author SHA1 Message Date
  Piotr Czajkowski f232275980 Info about version 2 2 months ago
  Piotr Czajkowski cdab5f084d No trick 2 months ago
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -15,6 +15,8 @@ It currently supports properties of types as supported by ClosedXML, so:
 - DateTime
 - TimeSpan
 
-And thanks to my "trick" also their nullable variants.
+And their nullable variants.
+
+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.
 
 As always, feel free to use it however you desire. But I provide you with no guarantee whatsoever. Enjoy!