Skip to content

Commit

Permalink
CHANGELOG updates for 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jul 24, 2018
1 parent 75f797a commit 7856f69
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ Changelog
master
------

[View commits](https://github.com/coleifer/huey/compare/1.9.2...HEAD)
[View commits](https://github.com/coleifer/huey/compare/1.10.1...HEAD)

v1.10.1
-------------------

[View commits](https://github.com/coleifer/huey/compare/1.10.0...1.10.1)

* Remove call to SimpleDB Client.connect(), as the `simpledb` APIs have
changed and no longer use this method.
* Ensure that pre- and post-execute hooks are run when using Huey in
"always_eager" mode.
* Gracefully stop Huey consumer when SIGINT is received.
* Improved continuous integration, now testing on Python 3.7 as well.

v1.10.0
-------------------
Expand Down

0 comments on commit 7856f69

Please sign in to comment.