April 11th, 2013· Fix HashSet.foreach
March 5th, 2013· Fix memory leak in TreeSet and TreeMap.
February 18th, 2013· ConcurrentSet implements SortedSet
· Fix HashMultiMap, TreeMultiSet constructor
· Add add/contains/remove_all working on array
· Allow creation of ArrayList from array
· Add read_only_view to Gee.MultiSet and Gee.MultiMap
February 18th, 2013· Add generic type arguments to HashMultiMap, TreeMultiSet constructor
October 16th, 2012· Allow slice in ReadOnlyList
· Fix Iterator.remove in PriorityQueue
· Add foreach specializations
· Use foreach function instead of iterators
August 21st, 2012· Remove *_impl methods
· Move virtual methods to interfaces
· Future-proof the ABI by adding reserved v-table members
· Add read_only to Map.Entry
September 28th, 2011· Implement hazard pointers and concurrent linked lists
· Respect VALAFLAGS when building tests
· Fix a few compiling warnings
January 31st, 2011· Fix memory leaks in LinkedList.
September 16th, 2010· Fix memory leaks in TimSort and LinkedList.
· Bug fixes in TreeMap and TreeSet.
August 2nd, 2010· Build system enhancements to conform Gnome's style.
· Bug fixes in TreeSet, TreeMap and Collection.to_array.
· Deprecated Map methods marked with [Deprecated].