From b93621c66078011a16293a8cd57c57592441d067 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 21 Jul 2016 19:29:51 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b144483..2bad030f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file. - Added Security module to control login restrictions. - Added a page to display recent status log from Plinth. It is accessible from the 500 error page. +- networks: Added ability to configure generic interfaces. +- networks: Added 'disabled' IPv4 method. +- networks: Added configuration of wireless BSSID, band, and channel. +- networks: Added NetworkManager dispatcher script to configure + batman-adv mesh networking. ### Fixed - Improved Dynamic DNS status message when no update needed.