From 4ae8b53513f1d944e2002d317da64f53c0ce573c Mon Sep 17 00:00:00 2001 From: rallytime Date: Fri, 20 Jul 2018 13:01:35 -0400 Subject: [PATCH] Update changelog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index faa0755..d1a5fad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ Version TBD (In Progress on the Develop Branch): + * Add opensuse 15 specific installation functions (rallytime) #1263 + * Remove support for openSUSE Leap 42.2 (rallytime) #1262 + * Remove support for Fedora 26 (rallytime) #1261 + * Remove support for Ubuntu 17.10 (rallytime) #1260 + * Ensure pipe is absent before mkfifo/mknod (noelmcloughlin) #1256 + * fix for opensuse15 if no lsb_release pkg (noelmcloughlin) #1255 + * Fix Up ShellCheck errors/warnings for latest version of shellcheck (rallytime) #1253 + * Remove daily install option on Ubuntu system (icy) #1250 * Add python 3 support for Ubuntu 18 (rallytime) #1248 * Return immediately if apt-get fails (icy) #1247 * Disable shell error about unbound variable during daily install (icy) #1246