Skip to content

Commit f0e082b

Browse files
committed
Update changelog
1 parent 11edd7e commit f0e082b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Unreleased
2+
==========
3+
- Log uncaught exceptions to configured logging handlers. #206 @fipwmaqzufheoxq92ebc
4+
15
v2.2.6 - 2021-04-23
26
===================
37
- Create docs in a tempdir to stop them from being clobbered when changing branches.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ publish: build
2626
poetry publish
2727

2828
docs:
29-
poetry run python docs/generate_docs.py
29+
poetry run python docs_src/generate_docs.py

0 commit comments

Comments
 (0)