From b7791eb4fa78878a426d0348ddbfbb36c650671c Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 7 Dec 2021 15:05:34 -0500 Subject: [PATCH] Changelog --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 00fe38f..0401ce1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,23 @@ CHANGES ======= +v2.5.6 +------ + +* Tightened up the packet logging +* Added unit tests for USWeatherPlugin, USMetarPlugin +* Added test\_location to test LocationPlugin +* Updated pytest output +* Added py39 to tox for tests +* Added NotifyPlugin unit tests and more +* Small cleanup on packet logging +* Reduced the APRSIS connection reset to 2 minutes +* Fixed the NotifyPlugin +* Fixed some pep8 errors +* Add tracing for dev command +* Added python rich library based logging +* Added LOG\_LEVEL env variable for the docker + v2.5.5 ------