From e73c7616a2be260f84da5cc42715ad9ab65d1964 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 15 Oct 2022 15:25:22 +1100 Subject: [PATCH] Plane: release notes for 4.3.1beta1 --- ArduPlane/ReleaseNotes.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ArduPlane/ReleaseNotes.txt b/ArduPlane/ReleaseNotes.txt index e2f180f5ed..9f7955e4cf 100644 --- a/ArduPlane/ReleaseNotes.txt +++ b/ArduPlane/ReleaseNotes.txt @@ -1,3 +1,20 @@ +Release 4.3.1beta1 15th Oct 2022 +-------------------------------- + +This is a minor release with some important fixes: + + - fixed build with gcc 11.3 + - fixed random number generator in lua core + - scale VTOL angle P with airspeed in quadplane back-transiton + - added support for implementing AUX functions in lua scripts + - fixed BMI085 accel scaling + - fixed KSXT NMEA parsing affecting position resolution + - fixed race condition in TECS control leading to 'nod' in forward transiton + - allow for expansion of notch filters to fix notch of fwd motors in quadplanes + - added logging of TECS target alt + +Happy flying! + Release 4.3.0 9th Oct 2022 --------------------------