From 50b4f507d85b24cefd13e884c81fc7dd23602f25 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 1 Jan 2023 19:59:55 -0500 Subject: [PATCH] chore: bump changelog for 1.8.1 Signed-off-by: Henry Schreiner --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 79d5c0785..22ae87739 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +1.8.1 +----- + +* Accept path-like objects (`#627 `_) +* Move the build backend to hatchling and hatch-vcs. Users should be unaffected. Third-party packaging may need to adapt to the new build system. (`#607 `_) + 1.8.0 -----