Update CHANGELOG.md

This commit is contained in:
2024-06-04 18:07:35 +03:00
committed by GitHub
parent 96336bcd0b
commit d0a7b2d16f

View File

@@ -1,7 +1,11 @@
### Version 2.0.0 (code 200) changelog
- Instead of make, it was switched to build with NDK
- File/partition sizes were given during backup/flash operations.
- The use of `fprintf` has started for all error messages.
| END OF VERSION 2.0.0 CHANGELOG |
### Version 2.1.0 (code 210) changelog
- The main usage structure has been changed.
- A more organized and functional code was provided. For example, separate values were not used for the same type of control all the time. Everything was done with a single function.
- Smoother error processing was performed.
- There were a lot of arguments, it was cleared up. So the usage change I mentioned above has occurred.
- The exit codes were organized according to the sysexits library.
- Better deb builder script.
- In short, a lot of missing and errors that happened in 2.0.0 have been fixed
| END OF VERSION 2.1.0 CHANGELOG |
|------------------------------------|