Skip to content

Commit

Permalink
update the breaking changes log
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Feb 4, 2024
1 parent 430e126 commit 3fdce17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/breaking_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3fdce17

Please sign in to comment.