summaryrefslogtreecommitdiffabout
authorChristian Hergert <chris@dronelabs.com>2009-09-24 05:59:57 (GMT)
committer Christian Hergert <chris@dronelabs.com>2009-09-24 05:59:57 (GMT)
commit36b7a5499c0923e5e697c7ea3033dbcd735b6d05 (patch)
treecde11dffda17b70c839ef63db6d74e84638258ab
parent75fcca0e799e0e1ee825f311bfb57b53839c4031 (diff)
downloadiris-master.zip
iris-master.tar.gz
iris-master.tar.bz2
Update News.master
Diffstat
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index daa28ce..a618fdf 100644
--- a/NEWS
+++ b/NEWS
@@ -4,13 +4,12 @@ Overview of changes for 0.2.0
* Add IrisGMainScheduler for applications that only use Asynchronous tasks
and do not need real threads.
* Allow setting the default scheduler for the process.
- * Register GType's for enums.
* Additional documentation.
- * Cleanup public API.
+ * Cleanup of public API.
* Add iris_task_all_of() and iris_task_any_of() to create tasks with
specific task depenedencies.
* Add basic support for OS X.
* Add macros to make working with IrisTask simpler.
- * You can specify branch control in task handlers using iris_task_add_both().
+ * Allow specifying branch control in task handlers using iris_task_add_both().
* iris_arbiter_coordinate() for a message-passing based reader-writer lock.