From 64ec8bc9fe7216d8dcf297fd60fda04cc9b1f593 Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Sun, 8 Oct 2023 10:49:41 -0700 Subject: [PATCH] Update changelog --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index a918f2e6..978a70be 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,7 +4,7 @@ - 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)) - Add `with_stem` to all path types when python version supports it (>=3.9). ([Issue #287](https://github.com/drivendataorg/cloudpathlib/issues/287), [PR #290](https://github.com/drivendataorg/cloudpathlib/pull/290), thanks to [@Gilthans](https://github.com/Gilthans)) - Add `newline` parameter to the `write_text` method to align to `pathlib` functionality as of Python 3.10. [PR #362]https://github.com/drivendataorg/cloudpathlib/pull/362), thanks to [@pricemg](https://github.com/pricemg). - - Add support for Python 3.12 ([PR #290](https://github.com/drivendataorg/cloudpathlib/pull/364)) + - Add support for Python 3.12 ([PR #364](https://github.com/drivendataorg/cloudpathlib/pull/364)) ## v0.15.1 (2023-07-12)