v0.2: improved serial i/o significantly

This commit is contained in:
Torsten Harenberg
2022-06-30 11:10:13 +02:00
parent 593d09ae91
commit 709e47a585
9 changed files with 131 additions and 91 deletions

View File

@@ -1,5 +1,11 @@
# go-scsupdate Changelog
## v0.2
- serial write process now handles error (especially interrupted system call errors) properly
- remove serial timeout parameter - no needed anymore with the change above
- moved to go-playground/log/v8
## v0.1
Initial release