From 340d04a48c88b81195300c2d6d0e97292fad857f Mon Sep 17 00:00:00 2001 From: Sam Detweiler Date: Mon, 9 Dec 2019 09:52:15 -0600 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53dd6c68..f3631000 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## Updated -- improve handling for armv6l devices, where electron support has gone away, add optional serveronly config option +- fix handling of config.js for serverOnly mode commented out +- only check for xwindows running if not on macOS ---