From 696b3e6ea82e9c71da904788876615a8794919fb Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 29 Apr 2024 02:08:30 -0400 Subject: [PATCH] docs: prepare for 1.8.3 Signed-off-by: Henry Schreiner --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec2963099..58422b3e9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +1.8.3 +----- + +* Fix StdinDataRedirection's formulate() method by @nebbish in https://github.com/tomerfiliba/plumbum/pull/629 +* Missing non-zero return code from TEE'd pipe by @vient in https://github.com/tomerfiliba/plumbum/pull/661 +* Fix stalling in Pipeline command by @astaric in https://github.com/tomerfiliba/plumbum/pull/632 +* Use high-speed method for C locale too by @henryiii in https://github.com/tomerfiliba/plumbum/pull/681 +* Update index.rst - fix broken link for sh project by @mcint in https://github.com/tomerfiliba/plumbum/pull/658 + 1.8.2 -----