Skip to content

Commit 6d94707

Browse files
committed
Update release notes wrt #219
1 parent 4647dfd commit 6d94707

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Currently included backends are:
3737

3838
* [CSV](csv/)
3939
* [Properties](properties/)
40+
* [TOML](toml/) (since 2.13)
4041
* [YAML](yaml/)
4142

4243
Standard supported formats that are not yet included here (but are likely added
@@ -60,11 +61,11 @@ To use these format backends Maven-based projects, use following dependency:
6061
<dependency>
6162
<groupId>com.fasterxml.jackson.dataformat</groupId>
6263
<artifactId>jackson-dataformat-[FORMAT]</artifactId>
63-
<version>2.12.1</version>
64+
<version>2.12.2</version>
6465
</dependency>
6566
```
6667

67-
where `[FORMAT]` is one of supported modules (`csv`, `properties`, `yaml`)
68+
where `[FORMAT]` is one of supported modules (`csv`, `properties`, `toml`, `yaml`)
6869

6970
## More
7071

release-notes/CREDITS-2.x

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,12 @@ Damian Swiecki (dswiecki@github)
155155
Simon Levermann (sonOfRa@github)
156156
* Reported #199: (csv) Empty Lists can only be String-typed in CSV
157157
(2.12.0)
158+
159+
Suminda Sirinath Salpitikorala Dharmasena (sirinath@github)
160+
* Requested #219: Add TOML (https://en.wikipedia.org/wiki/TOML) support
161+
(2.13.0)
162+
163+
Jonas Konrad (yawkat@github)
164+
* Contributed #219: Add TOML (https://en.wikipedia.org/wiki/TOML) support
165+
(2.13.0)
166+

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Project: jackson-datatypes-text
22
Modules:
33
jackson-dataformat-csv
44
jackson-dataformat-properties (since 2.8)
5+
jackson-dataformat-toml (since 2.13)
56
jackson-dataformat-yaml
67

78
------------------------------------------------------------------------
@@ -10,6 +11,8 @@ Modules:
1011

1112
2.13.0 (not yet released)
1213

14+
#219: (toml) Add TOML (https://en.wikipedia.org/wiki/TOML) support
15+
(requested by Suminda S; contributed by Jonas K)
1316
#240: (csv) Split `CsvMappingException` into `CsvReadException`/`CsvWriteException`
1417

1518
2.12.2 (03-Mar-2021)

0 commit comments

Comments
 (0)