We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11edd7e commit f0e082bCopy full SHA for f0e082b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+Unreleased
2
+==========
3
+- Log uncaught exceptions to configured logging handlers. #206 @fipwmaqzufheoxq92ebc
4
+
5
v2.2.6 - 2021-04-23
6
===================
7
- Create docs in a tempdir to stop them from being clobbered when changing branches.
Makefile
@@ -26,4 +26,4 @@ publish: build
26
poetry publish
27
28
docs:
29
- poetry run python docs/generate_docs.py
+ poetry run python docs_src/generate_docs.py
0 commit comments