File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,22 @@ Please submit pull requests against https://github.com/release-engineering/kobo.
31
31
Changelog
32
32
=========
33
33
34
+ kobo 0.8.0
35
+ ----------
36
+
37
+ ### FEATURES & IMPROVEMENTS
38
+
39
+ - Improved Python 3 compatibility
40
+ - Improved Django 2.0 compatibility
41
+ - Improved tests coverage
42
+ - Header produced by kobo.shortcuts.run(show_cmd=True) is now limited to 79 characters length
43
+
44
+ ### BUG FIXES
45
+
46
+ - Fixed handling of string SERVER_PORT in wsgi requests
47
+ - Fixed Worker.timeout_task wrongly setting subtasks to INTERRUPTED ([ #72 ] ( https://github.com/release-engineering/kobo/issues/72 ) )
48
+ - Fixed Worker.set_task_weight always crashing ([ #75 ] ( https://github.com/release-engineering/kobo/issues/75 ) )
49
+
34
50
kobo 0.7.0
35
51
----------
36
52
You can’t perform that action at this time.
0 commit comments