Update Changelog.md

This commit is contained in:
Evan Su 2022-04-18 20:51:12 -04:00 committed by GitHub
parent c46de2a398
commit 622b98bb86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
<ul>
<li>Improve Reed-Solomon performance</li>
<li>Review/improve Internals.md</li>
<li>✓ Fix race conditions, running `go run -race Picocrypt.go` now yields no issues</li>
<li>✓ Fix invalid pointer crash when decrypting files >256GB</li>
<li>✓ UI improvements and tweaks</li>
<li>✓ Fix crash on Windows when saving to the root directory of a drive</li>