File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments