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