diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/CHANGES | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES index 657f9fc5724..65bda9bbd0b 100644 --- a/Master/texmf-dist/doc/latex/datatool/CHANGES +++ b/Master/texmf-dist/doc/latex/datatool/CHANGES @@ -1,3 +1,32 @@ +v2.15: + + * datagidx: + + - Removed spurious space in \do@locrange + + - Added \loadgidx + + - Added nowarn package option + + - Fixed bug that occurred with locations occurring in + page-spanning paragraphs. + + * datatool: + + - added \dtllastloadeddb to \DTLsaverawdb etc + + - fixed bug that caused \DTLsaverawdb to perform extremely slowly. + Now provide \DTLprotectedsaverawdb to save databases that contain + fragile commands. + + - fixed bug in \DTLminforkeys + + * dataplot: + + - added \dtlplothandlermark + + - fixed scoping issue with \DTLaddtoplotlegend + v2.14: * datatool: |