From c0418fc1939a67613e0d50e4356163418701cd7d Mon Sep 17 00:00:00 2001 From: Zach White Date: Tue, 24 Sep 2024 09:46:21 -0700 Subject: [PATCH] Document change to platformdirs. --- docs/breaking_changes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/breaking_changes.md b/docs/breaking_changes.md index 03352df..2b16f6f 100644 --- a/docs/breaking_changes.md +++ b/docs/breaking_changes.md @@ -2,6 +2,9 @@ This is a list of breaking changes that have been made to MILC. If your script stops working after a minor or major version upgrade this document will tell you how to fix it. +# Version 1.9.0 +* Appdirs [has been deprecated](https://github.com/ActiveState/appdirs/issues/79#issuecomment-877645712) and replaced with [platformdirs](https://github.com/tox-dev/platformdirs). + # Version 1.8.0 * MILC no longer does a logging.basicConfig before configuring logging. Modules which log during import time may emit extraneous messages with non-MILC formatting.