diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0e57f0729c5e8828f56234826ea4df02e50787df..c294fab16b0f54025bd8e06b3f50413547989f32 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.