Release 0.3.0
[platform/upstream/libgee.git] / NEWS
1 libgee 0.3.0
2 ============
3
4  * Introduce AbstractCollection, AbstractList and AbstractMap base classes.
5  * Add new properties and methods to Collection, List and Map. (Tomaž Vajngerl)
6  * Add LinkedList implementation. (Mark Lee)
7  * Add TreeSet and TreeMap implementations. (Maciej Piechotka)
8  * Iterable.element_type is now a property.
9  * Map.remove now takes an optional parameter to retrieve the removed value.
10  * Bump library version info to reflect API/ABI breakage
11
12 libgee 0.2.0
13 ============
14
15  * Generate GIR file.
16
17 libgee 0.1.6
18 ============
19
20  * Fix build for Vala 0.7.
21  * Bug fixes.
22
23 libgee 0.1.5
24 ============
25
26  * Add slice method to Gee.List.
27
28 libgee 0.1.4
29 ============
30
31  * Update for Vala 0.3.3.
32
33 libgee 0.1.3
34 ============
35
36  * More unit tests.
37  * Update for Vala 0.3.1.
38
39 libgee 0.1.2
40 ============
41
42  * Add unit tests.
43  * Bug fixes.
44
45 libgee 0.1.1
46 ============
47
48  * Add get_element_type method to Gee.Iterable.
49  * Update for Vala 0.1.6.
50
51 libgee 0.1.0
52 ============
53
54  * Initial release.