Update NEWS

This commit is contained in:
Stefan Rueger
2024-06-15 13:17:35 +01:00
parent 2586ba8b25
commit 41781bdd3c

5
NEWS
View File

@@ -39,6 +39,7 @@ Changes since version 7.3:
- Misleading error message: cannot find programmer id #1805
- Custom programmer broken in v7.3 #1807
- ATtiny11 does not have EEPROM #1812
- AVRDUDE fails to return -1 on some write errors #1821
* Pull requests:
@@ -90,6 +91,10 @@ Changes since version 7.3:
- Remove EEPROM from ATtiny11 avrdude.conf entry #1814
- Guard serial_number access in usbhid_open() to avoid segfault #1815
- Allow selection of program modes for developer options #1816
- Return -1 on write error #1822
- Extend elf format for bootrow #1820
- Update AUTHORS list #1819
- Downgrade out-of-range file input errors on -F #1818
* Internals: