1.4.5
Java
lookup()
no longer requires pre-indexing of the open dictionary, as it uses adhoc binary search to pull definitions straight out of the buffer 🔥- BREAKING: The Java
Dictionary()
constructor no longer triggers an index by default. You must passtrue
to the second parameter, now changed toindex
fromskipIndexing
.