Ver Fonte

Updated changelog

Ask Solem há 16 anos atrás
pai
commit
0b16a5e675
1 ficheiros alterados com 15 adições e 0 exclusões
  1. 15 0
      Changelog

+ 15 - 0
Changelog

@@ -2,6 +2,21 @@
 Change history
 ==============
 
+x.x.x [xxxx-xx-xx xx:xx P.M CET] 
+-----------------------------------------------
+
+	*	**IMPORTANT** The ``subtask_ids`` attribute on the ``TaskSetResult``
+		instance has been removed. To get this information instead use:
+
+			>>> subtask_ids = [subtask.task_id for subtask in ts_res.subtasks]
+
+	*	Taskset.run() now respects extra message options from the task class.
+
+	* Should now work on Windows (although running in the background won't
+		work, so using the ``--detach`` argument results in an exception
+		being raised.)
+
+
 0.3.7 [2008-06-16 11:41 P.M CET] 
 -----------------------------------------------