diff --git a/ChangeLog.md b/ChangeLog.md index fa0013ee..65bd6b74 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,8 @@ CSV File handling for the XP Framework ChangeLog ## ?.?.? / ????-??-?? +## 6.0.0 / 2015-01-10 + * Rewrite `CsvObjectWriter` and `CsvObjectReader` to use reflection and instead of using array-cast trick and then accessing mangled names. (@thekid)