From 4bb6a3ec77127bea6ad4ca6a9f3c11b6ee35f24c Mon Sep 17 00:00:00 2001 From: dota17 Date: Thu, 16 Jan 2020 17:25:05 +0800 Subject: [PATCH 1/3] Add release notes 2.5.0 --- src/site/apt/release_notes.apt | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/site/apt/release_notes.apt b/src/site/apt/release_notes.apt index 3b247989..2310b401 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/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/pull/170}170}} - Add trusty dist to fix travis build + + <> + + * {{{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> From 30f391a66174226e1792f4babe14278ff50ec082 Mon Sep 17 00:00:00 2001 From: dota17 Date: Fri, 17 Jan 2020 15:34:08 +0800 Subject: [PATCH 2/3] update for pr 164 --- src/site/apt/release_notes.apt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/apt/release_notes.apt b/src/site/apt/release_notes.apt index 2310b401..cf7ff15a 100644 --- a/src/site/apt/release_notes.apt +++ b/src/site/apt/release_notes.apt @@ -36,6 +36,8 @@ Release notes * {{{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 From 114d8b2c85080d2ef0c9c522f5b3a42095d2ebe4 Mon Sep 17 00:00:00 2001 From: dota17 Date: Mon, 20 Jan 2020 09:37:29 +0800 Subject: [PATCH 3/3] Remove an irrelevant record --- src/site/apt/release_notes.apt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/site/apt/release_notes.apt b/src/site/apt/release_notes.apt index cf7ff15a..7ed24f47 100644 --- a/src/site/apt/release_notes.apt +++ b/src/site/apt/release_notes.apt @@ -47,8 +47,6 @@ Release notes * {{{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/pull/170}170}} - Add trusty dist to fix travis build - <> * {{{https://github.com/super-csv/super-csv/issues/144}144}} - Make class CsvContext non-final, so it can be extended