2013-07-27 Maciej Piechotka Add Lazy.future Rework the Futures to a new API A new API includes the error handling as well as removed redundant functions (such as when_done) which can be replaced by async calls. Future.map, Future.zip and Future.flat_map have also been implemented in terms of Promise. Add ordering to Traversable Add Traversable.tee 2013-07-24 Maciej Piechotka Fix the foreach in TreeMap.values 2013-07-16 Maciej Piechotka Update tests for Traversable.map Fix Gee.StreamIterator.yield_next Add Gee.TreeSet.foreach implementation Add Gee.ArrayQueue.foreach implementation Update the foreach tests Fix Gee.TreeSet.Iterator.foreach Fix Gee.ArrayQueue.Iterator.foreach 2013-07-15 Maciej Piechotka Add the implementation for PriorityQueue.foreach Add the implementation for HashSet.foreach Improve the tests for Collection.foreach and Collection.fold Fix the PriorityQueue.Iterator.foreach Fix the HashSet.Iterator.foreach 2013-07-14 Maciej Piechotka Change the scope="async" callbacks to owned, fixes bug #703802 2013-07-12 Maciej Piechotka Fix transfering the ownership in Gee.FlatMapFuture.go_map 2013-07-10 Maciej Piechotka Release 0.11.4