Bug Fixes (BREAKING)
-
do not install signal handlers by default.
The previous behaviour is meant to be convenient for the casual
user even though it
ends up being surprising when used in applications that install
their own signal handlers and need more control over how the program
shuts down.This is now fixed by requiring an explicit
setup()
call before
the first tempfile is created, which makes it a breaking change.
Commit Statistics
- 4 commits contributed to the release over the course of 9 calendar days.
- 10 days passed between releases.
- 1 commit where understood as conventional.
- 2 unique issues were worked on: #298, #336