1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<html>
<head>
<link rel=stylesheet href=StyleSheet.css type=text/css>
<title>TaskKit 0.1.1 Release Notes</title>
</head>
<body>
<h1>TaskKit 0.1.1 Release Notes</h1>
<a name=ReleaseNotes><h2>Release Notes</h2></a>
<ul>
<li> Version 0.1.1 was released on 3/@@/2001.
</ul>
<p> This release is mainly a cleanup of some aspects of the code. The following changes affect the external interface.
<ul>
<li> Removed the <code>close</code> parameter from TaskKit.run(). This parameter was unnecessary. To check if the task should exit, call Task.proceed(), where a non-zero return value indicates that the task should proceed.
<li> Various other cleanups. None affecting the core functionality.
</ul>
</body>
</html>
|