From 460a383ffca949ae9e2cda731a837cbd00311c2f Mon Sep 17 00:00:00 2001 From: Sam Detweiler Date: Mon, 9 Dec 2019 09:46:45 -0600 Subject: [PATCH] add changelog --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b1543f..28af2f9f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -### Added -- new upgrade script to help users consume regular updates installers/upgrade-script.sh -- new script to help setup pm2, without install installers/fixuppm2.sh - ### Updated -- updated raspberry.sh installer script to handle new platform issues, split node/npm, pm2, and screen saver changes -- improve handling for armv6l devices, where electron support has gone away, add optional serveronly config option +- updated compliments.js to handle newline in text, as textfields to not interpolate contents ---