Update NEWS for recent PR/issue

This commit is contained in:
Joerg Wunsch
2024-03-29 10:18:43 +01:00
parent 0ff5e84f10
commit 674128cebc

3
NEWS
View File

@@ -16,6 +16,7 @@ Changes since version 7.3:
* Issues fixed:
- Avrintel.h missing from installation #1683
- Use of undeclared identifier 'AVRDUDE_FULL_VERSION' #1706
- Wrong message level in jtag3_prmsg() #1726
* Pull requests:
- Remove 32bit MSYS2 mingw32 and clang32 build #1687
@@ -30,6 +31,8 @@ Changes since version 7.3:
- Change port array in PROGRAMMER to be const char * #1699
- Fix cmake build errors related to ac_cfg.h #1707
- Add benchmark option -b for test-avrdude #1709
- Replace msg_info() by msg_debug() in jtag3_prmsg()
and jtag3_prevent() #1727
* Internals: