Version 0.9.6
[nikiroo-utils.git] / changelog
CommitLineData
21ec27d6
NR
1Version 0.9.6
2-------------
3
4New test system
5 Now some unit tests have been added, as well as the support classes
6
2cce3dcb
NR
7Version 0.9.5
8-------------
9
10Resource bundle bug
11 UTF-8 strings were sometimes wrangled
12 It is fixed by using a Bundle#Control, whih sadly is only available in
13 Java 1.6+
14
72c32e88
NR
15Version 0.9.4
16-------------
17
18Compatibility bug
19 Again... because of some useless imports made there for a wrong jDoc
20 comment
21
22Version 0.9.3
23-------------
24
25Compatibility bug
26 The library did not work with JDK versions prior to 1.8 because
27 of a dependency on Base64
28 A new (public domain) class was used instead, which is compatible with
29 Java 1.5 this time
30
31Version 0.9.2
32-------------
33
34Initial version
35 ...on GIT