diff --git a/src/site/apt/release_notes.apt b/src/site/apt/release_notes.apt index 3b247989..7ed24f47 100644 --- a/src/site/apt/release_notes.apt +++ b/src/site/apt/release_notes.apt @@ -19,6 +19,46 @@ Release notes +* 2.5.0 + + <01/2020> + + Added some features and fixed some bugs, made super-csv better. + + <> + + * {{{https://github.com/super-csv/super-csv/issues/13}13}} - Add the feature to distinguish between null and empty columns + + * {{{https://github.com/super-csv/super-csv/pull/75}75}} - New <<>> to convert string to time objects + + * {{{https://github.com/super-csv/super-csv/issues/92}92}} - Add support for non-public beans and setter methods + + * {{{https://github.com/super-csv/super-csv/issues/93}93}} - New <<>>, not rely on field names to map field to the column + + * {{{https://github.com/super-csv/super-csv/pull/103}103}} - Add support for escaped character + + * {{{https://github.com/super-csv/super-csv/issues/142}142}} - Add support for reading utf8+utf16 with BOM + + * {{{https://github.com/super-csv/super-csv/issues/160}160}} - Using <<>> instead of <<>> to support java8 + + <> + + * {{{https://github.com/super-csv/super-csv/issues/100}100}} - Let <<>>, <<>>, <<>>, etc. implement <<>>, so that we can build <<>> with trim.  + + * {{{https://github.com/super-csv/super-csv/issues/136}136}} - Change the path of <<>> to solve the problem of <<>> doesn't work on both eclipse and idea + + <> + + * {{{https://github.com/super-csv/super-csv/issues/144}144}} - Make class CsvContext non-final, so it can be extended + + <> + + * {{{https://github.com/super-csv/super-csv/issues/106}106}} - Remove the redundant variable <<>> + + * {{{https://github.com/super-csv/super-csv/issues/118}118}} - Add content to the list of Java 8 cell processors on the website + + * {{{https://github.com/super-csv/super-csv/issues/127}127}} - Add tips for <<>> + * 2.4.0 <10/2015>