From b2c03f5d4094335544e2becaba157fa4689006a6 Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Sat, 31 Dec 2022 16:14:49 +0000 Subject: [PATCH] Update NEWS --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6f2651b5..4912a530 100644 --- a/NEWS +++ b/NEWS @@ -121,6 +121,7 @@ Changes since version 7.0: - Optiboot EEPROM support cannot be detected by avrdude #1224 - megaAVR JTAG programming doesn't work for SNAP and PICkit4 #1052 + - urclock/FTDI communication issues #1245 * Pull requests: @@ -263,7 +264,10 @@ Changes since version 7.0: - Add FT2232H support for Windows, Tigard programmer #1242 - Modify recv timeouts to accommodate urclock sync with ftdi #1246 - - CMake updates #1243 + - CMake updates #1243 + - Silence conf path detection debug output #1247 + - Make WIN32 ser_recv() fail on time-out #1248 + - Guard urclock_getsync() against initial spurious input #1251 * Internals: