From f428478c4190db7c119fc15599d6e889a2fe5766 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 4 Jun 2017 11:08:23 +1000 Subject: [PATCH] DOCS: Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58fe482..f02c2a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ - Added font support for mate-terminal. **[@mstraube](https://github.com/mstraube)** - [Termite] Fix font mismatch. **[@MatthewCox](https://github.com/MatthewCox)** - Use `$SSH_TTY` for terminal detection if machine is connected via SSH. +- Break from loop if PPID can't be accessed/not found. **GPU**