Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit 475246e

Browse files
committed
Update release notes
1 parent b437278 commit 475246e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

release-notes/CREDITS

+6
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ Justo Ruiz Ferrer (jrferrer@github)
5656
* Contributed #89: Allow choice of using header-line declaration to reorder columns
5757
of explicit schema, with `CsvSchema.setReorderColumns`
5858
(2.7.0)
59+
60+
Nick Babcock (nickbabcock@github)
61+
62+
* Contributed #97: Verify CSV headers are in the order as expected (added `strictHeaders`
63+
property in `CsvSchema`)
64+
(2.7.0)

release-notes/VERSION

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Project: jackson-dataformat-csv
1111
with `CsvSchema.setReorderColumns`
1212
(contributed by Justo-Ruiz F)
1313
#94: Change schema/mapping related `JsonParseException`s to proper `JsonMappingException`s
14+
#97: Verify CSV headers are in the order as expected (added `strictHeaders` property in `CsvSchema`)
15+
(contributed by Nick B)
1416

1517
2.6.4 (not yet released)
1618

0 commit comments

Comments
 (0)