From f0db88982581072c57692afd08520d03f6d07e97 Mon Sep 17 00:00:00 2001 From: mcuee Date: Wed, 27 May 2026 13:03:41 +0800 Subject: [PATCH] Update NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index e0f7281f..f63288ba 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ Changes since version 8.1: - ATtiny814auto, ATtiny816auto, ATtiny817auto - ATtiny1614auto, ATtiny1616auto, ATtiny1617auto - ATtiny3216auto, ATtiny3217auto + - AVR16LA14, AVR16LA20, AVR16LA28, AVR16LA32 * New programmers supported: @@ -28,6 +29,7 @@ Changes since version 8.1: - Vtarget appears twice in terminal #2093 - Build warnings under macOS #2088 - github avrdude_packing_release action failed #2039 + - `-P USB` not working since Avrdude 7.3 #2103 * Pull requests: @@ -60,6 +62,9 @@ Changes since version 8.1: - Add tinyAVR 1-series automotive parts #2102 - CMakeLists.txt: allow disabling Python support #2051 - Update artifact upload name and path in arduino_packing_release workflow #2101 + - Upgrade github action to be compatibel with node.js 24 (#2108) + - Add consistent support for -P USB (#2104) + - Add support for the AVR-LA chip family (#2105) * Internals: