From a0914041136389cbcf746a7578c123b1c89e6c98 Mon Sep 17 00:00:00 2001 From: Andrew Moffat Date: Sat, 11 Feb 2023 02:09:21 -0800 Subject: [PATCH] missing change, closes #648 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 272a9065..c7f58557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2.0.0 - 2/9/22 +- Executed commands now return a unicode string by default - Removed magical module-like execution contexts [#636](https://github.com/amoffat/sh/issues/636) - Added basic asyncio support via `_async` - Dropped support for Python < 3.8