You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version to 0.2.1. All tests pass on 3.7+, although some tests …
…are now being partially disabled on 3.11+.
Adds basic support for 3.11 bytecode disassembly (to support automatically including the code of the log message in the log message).
Fixes warnings about using `is` instead of `==` in a few places.
Updates README.md to set expectations about automatic log messages.
Update version to 0.2.0. All tests pass on 3.7+. 3.6 is no longer exp…
…licitly supported, but should still work. 3.10 is not yet fully supported, as it is still in beta.