update changelog
This commit is contained in:
parent
8368754ba6
commit
bd700431f6
|
@ -1,4 +1,12 @@
|
||||||
|
|
||||||
|
0.3a19
|
||||||
|
------
|
||||||
|
|
||||||
|
- [feature] Made batch creation and execution threads aware of
|
||||||
|
`sys.excepthook`. Updated both instances to use `rattail.threads.Thread`
|
||||||
|
instead of `threading.Thread`. This way if an exception occurs within the
|
||||||
|
thread, the registered handler will be invoked.
|
||||||
|
|
||||||
0.3a18
|
0.3a18
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.3a18'
|
__version__ = '0.3a19'
|
||||||
|
|
Loading…
Reference in a new issue