From d90d7b1d62cec97ea8d177c15a2412b3c7723202 Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Thu, 21 Nov 2024 23:14:58 -0500 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a18e59b3..df6603de 100644 --- a/README.md +++ b/README.md @@ -999,6 +999,10 @@ function uflt12f(rawUflt12) ## Release History +- HEAD has the following changes. + + - Work around different behavior for `int32_t` wrap in newer GCC versions. ([#968](https://github.com/mcci-catena/arduino-lmic/issues/968), `v5.0.1-pre1`) + - v5.0.0 has the following changes. - Enable device time request by default in config file ([#840](https://github.com/mcci-catena/arduino-lmic/issues/840)).