Version 0.9.6
[nikiroo-utils.git] / changelog
1 Version 0.9.6
2 -------------
3
4 New test system
5 Now some unit tests have been added, as well as the support classes
6
7 Version 0.9.5
8 -------------
9
10 Resource 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
15 Version 0.9.4
16 -------------
17
18 Compatibility bug
19 Again... because of some useless imports made there for a wrong jDoc
20 comment
21
22 Version 0.9.3
23 -------------
24
25 Compatibility 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
31 Version 0.9.2
32 -------------
33
34 Initial version
35 ...on GIT