Update NEWS

This commit is contained in:
Stefan Rueger 2022-08-23 17:23:47 +01:00
parent 88c48cdf82
commit 731d581398
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 5 additions and 0 deletions

5
NEWS
View File

@ -67,6 +67,11 @@ Changes since version 7.0:
listing programmers where id starts with dot #1059
- Fix logfile short option in man-page; fix install dir for man
page #1063
- Use const for programmer functions where useful; add second
argument for programmer enable interface function
void (*enable)(PROGRAMMER *pgm, const AVRPART *p) #1078
- Make avr910 programmer initialize() less verbose #1083
- Fix flash paged write for avrftdi.c #1074
* Internals: