Update NEWS

This commit is contained in:
Stefan Rueger 2023-01-02 17:36:26 +00:00
parent eca0fab1f7
commit a301a3c4bc
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

@ -123,6 +123,7 @@ Changes since version 7.0:
#1052
- urclock/FTDI communication issues #1245
- stk500v2.c dumps core on open #1254
- linuxgpio cannot use pin 0 #1228
* Pull requests:
@ -269,6 +270,10 @@ Changes since version 7.0:
- Silence conf path detection debug output #1247
- Make WIN32 ser_recv() fail on time-out #1248
- Guard urclock_getsync() against initial spurious input #1251
- Change definition of NO_PIN to 1+PIN_MAX #1231
- Fix partial matches for locate_mem() and do_cmd() #1256
- Add abbreviated q command in terminal
- Move static usbsn into serdev struct and remove serno #1258
* Internals: