File splitter improvements

This commit is contained in:
Evan Su 2022-04-24 21:45:13 -04:00 committed by GitHub
parent 4d494d3d7d
commit bd2abdd685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<ul>
<li>Improve Reed-Solomon performance</li>
<li>Review/improve Internals.md</li>
<li>✓ Input validation for split size</li>
<li>✓ Ability to split into a custom number of total chunks in addition to by size</li>
</ul>
# v1.26 (Released 04/18/2022)