1
= 0.1.10 =
2
== Changes ==
3
 * DuiImWords::instance() takes two parameter now, the path of the drivers and the parent
4
5
= 0.1.9 =
6
== Changes ==
7
 * Removed QSettings
8
9
= 0.1.6 =
10
== Changes ==
11
 * init() is now private
12
 * clearBuffer() is now replaced with clearEngineBuffer()
13
 * clearBufferAndSave() is now replaced with saveAndClearEngineBuffer()
14
15
== New ==
16
 * error() to show last error string describing the error
17
 * maximumCandidates() and setMaximumCandidates are the new getter and setter to access the maximum candidates given by the engine
18
 * suggestedCandidateIndex() and setSuggestedCandidateIndex() are the new getter and setter to access the candidate index
19
   suggested by the engine
20
21
== Fixed ==
22
23
 * NB#106198  FIXE    duiimenginewords has global variables
24
 * NB#102783  FIXE    DuiImengineWords private
25
 * NB#106302  FIXE    duiimeenginewords multiple Plugin loading fails
26
27
= 0.1.5 =
28
 * Bugs fixed: #NB106268, NB#102780
29
 * improvement in unit tests: Added mydriverstub2 as the second test driver 
30
31
= 0.1.4 =
32
== New ==
33
 * setExactWordPositionInList() 
34
 * instrumented binaries are produced
35
 * improvements in unit tests