From 2b928d065c74a0e07baf55d129403ae0ba260f80 Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Sat, 26 Feb 2022 18:27:55 -0500 Subject: [PATCH] Improve change log in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 229f3eef..b8df0af4 100644 --- a/README.md +++ b/README.md @@ -1248,8 +1248,10 @@ function uflt12f(rawUflt12) - Enable device time request by default in config file ([#840](https://github.com/mcci-catena/arduino-lmic/issues/840)). - Correct bug in MAC Rx1DrOffset error checking for regions other than US ([#841](https://github.com/mcci-catena/arduino-lmic/issues/840)). Thanks to @GitTibbe for finding this. - - Refactor the LMIC to enable secure element support ([#578](https://github.com/mcci-catena/arduino-lmic/issues/840)). + - Refactor the LMIC to enable secure element support ([#578](https://github.com/mcci-catena/arduino-lmic/issues/578)). + - Add Class C support ([#323](https://github.com/mcci-catena/arduino-lmic/issues/323)). - Start resurrecting Doxygen support. + - Version is V4.2.0-pre1 - v4.1.1 is a patch release.