From 9f0200f3fbf0243a9caf20a5b4ae90bbe6353cdf Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Sat, 22 Jul 2023 10:00:24 -0700 Subject: [PATCH] Add to changelog --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index f7309295..6cb0be69 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # cloudpathlib Changelog +## UNRELEASED + - Add "CloudPath" as return type on `__init__` for mypy issues. ([Issue #179](https://github.com/drivendataorg/cloudpathlib/issues/179), [PR #342](https://github.com/drivendataorg/cloudpathlib/pull/342)) + ## v0.15.1 (2023-07-12) - Compatibility with pydantic >= 2.0.0. ([PR #349](https://github.com/drivendataorg/cloudpathlib/pull/349))