-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNEWS
More file actions
18 lines (16 loc) · 833 Bytes
/
NEWS
File metadata and controls
18 lines (16 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
New for version 0.3.0 to 0.3.4
* Ported to GXml 0.7.4
* Properties now use GXml.SerializableProperty instances, allowing to remove
some basic properties like enums.integers, boolean, and others from serialization
* Most enums now are ported to GXml.SerializableEnum and GXml.SerializableValueList
allowing to create concatenated lists like tLNClassEnum
* Now most lists and enums provide a list of valid values while are flexible on
custom values
* Lot of fixes on implementations to Edition 2.0
* Now adding new elements to enums and value lists, no require API breaks
* Collections like HashMap now use that name to improve API
* Added most API to help bindings on HashMap, ArrayList and others
* Improved SclDocument API for saving
New for version 0.2.1:
* Fixed build with recent versions of Vala
* Added valac.m4 macros