Skip to content

Commit 356680d

Browse files
committed
feat(yaml): update CHANGELOG with fixes
1 parent 949dafb commit 356680d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
1. CSV and TSV files with trailing commas or tabs will now be properly sanitized. This fixes issues with CSV and TSV files that contained empty header columns.
2121
2. Unidentified parameters are no longer printed out on failure of the parameter validation. This is to prevent a bug where all parameters would be printed out on failure.
2222
3. Fixed an issue where default values of `null` weren't being set correctly in `samplesheetToList()`.
23+
4. Fixed an undocumented limit of `3MB` for `YAML` format samplesheets (new limit is `50MB`).
24+
5. Fixed issue where an empty string in a yaml for a file type string format would throw a Java error instead of reporting a proper validation error.
2325

2426
## Logging configuration
2527

0 commit comments

Comments
 (0)