Skip to content

Commit a9981b0

Browse files
committed
Update release notes
1 parent 6199f0f commit a9981b0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

release-notes/CREDITS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ Dmitry Bufistov (@dmitry-workato)
2626
* Requested #601: (csv) Reader should allow separating plain `nullValue`
2727
and quoted value `"nullValue"`
2828
(3.1.0)
29+
30+
Alexander Filimanov (@lodik)
31+
32+
* Contributed fix for #579: (csv): Incorrect detection of missed columns in
33+
header line if columns reordering is enabled
34+
(3.1.0)
35+

release-notes/VERSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ implementations)
2121
#568: (yaml) YAML - ScannerException on block scalar "\n"
2222
(reported by @benken-parasoft)
2323
(fix by Andrey S)
24+
#579: (csv): Incorrect detection of missed columns in header line if columns
25+
reordering is enabled
26+
(fix by Alexander F)
2427
#581: (csv, toml, yaml) Add `isEnabled()` methods for format-specific
2528
features to mappers
2629
#590: (yaml) Upgrade to the latest version of SnakeYAML Engine (3.0.1)

0 commit comments

Comments
 (0)