- [compare](https://github.com/slow-but-steady/save-thread-result/compare/v0.0.2...v0.0.3) changes to previous version
- see
- commit 1e473f8f055cfdc5c5bd0e976d9e7494d07d7a5c
- commit 4084fe340dbe82b59acffb597c7e24268747af5f
- commit 75f06e0d36707561ef0cf279d4be95aea870ecb3
- commit b3819eee259cac6d57be65df0cf986dfc9764736
- commit 9f017e78224d93ad6c64f0dbf1fde6f60555ba0a (fixes problems mentioned in previous commits but doesn't pass other `threading.Thread` attributes when initializing with `super()`)
- commit d00b412f63f358da2db74d841b13c6391b24bca3 (enables passing `group`, `name`, `daemon` attributes to `threading.Thread` when initializing with `super()`
- commit fb6f5d0f7d225318ac77b0c2a428b4747b1208b0 (removes variable reassignments since most attributes are passed in directly to `threading.Thread` with `super()`)