From e783cb3bf738321c99e332887ddf1e8460708a40 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 27 Sep 2016 15:35:58 -0400 Subject: [PATCH] Updated changelog. --- CHANGELOG.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0e57f07..c294fab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,4 +13,10 @@ Changelog * The configfile command line argument added. * When no configfile argument present APEX will now search multiple default paths to find a configuration file. * Changed LICENSE file text to include the full text of the Apache Software License version 2. -* Colorized the output. +* Colorized some of the output. +* Changed the way plugins are discovered, they can now be installed anywhere. +* Fixed a bug in the APRS-IS class which threw a broken pipe error. +* Refactored several classes and renamed them: Kiss class now has two subclasses and AprsInternetServer is renamed to IGate +* Encapsulated IGate connection with a buffer that automatically reconnects when disconnected. +* Removed a few obsolete and unused util functions. +* Fix several errors thrown due to missing sections in the configuration file. -- GitLab