Skip to content

Commit

Permalink
Describe version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii-I committed Apr 3, 2021
1 parent dd4f526 commit 0959b14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# 1.0.0
* Logging of exception traceback and log levels ERROR, CRITICAL, and WARNING is now done to `stderr` instead of `stdout`. As a result the signature of `confgiure_logging()` changed. The parameter `stdout` has been renamed to `stdout_and_stderr`.

# 1.0.1
* Declare the package to be compliant with PEP 561 by including py.typed file. PEP 561 compliance means the package has annotated its objects with type info.

0 comments on commit 0959b14

Please sign in to comment.