From 3fdce17851309f99c5a45bf906fd039cdb973fe5 Mon Sep 17 00:00:00 2001 From: Zach White Date: Sun, 4 Feb 2024 08:17:26 -0800 Subject: [PATCH] update the breaking changes log --- docs/breaking_changes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/breaking_changes.md b/docs/breaking_changes.md index 177de6c..03352df 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.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. + # Version 1.7.0 * MILC is now fully type hinted * You can pass in custom loggers using [set_metadata](metadata.md)