From 6ceb012acd5634f51e4b850814c64fda614585f1 Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Thu, 14 Jan 2016 12:01:21 -0500 Subject: [PATCH] added changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a920f737..f66bf6d6c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -44,6 +44,8 @@ None * Made obtaining the prompt-toolkit buffer thread-safe. * Now always set non-detypable environment variables when sourcing foreign shells. +* Fixed issue with job management if a TTY existed but was not controlled + by the process, posix only. **Security:**