diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/CHANGES | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES index 397e19c756b..bee8676f0e6 100644 --- a/Master/texmf-dist/doc/latex/datatool/CHANGES +++ b/Master/texmf-dist/doc/latex/datatool/CHANGES @@ -1,3 +1,28 @@ +v2.03 (2009/11/15): + * Added facility to clear or delete a database. + + * Fixed bug in \DTLsavedb that prints duplicate information to file. + + * \DTLreplaceentryforrow expands the replacement value + + * \DTLappendtorow expands the new value + + * \DTLnewdbentry : user can choose between expanding or not + expanding value before adding to database. + + * Renamed \dtl@columnindex to \dtlcolumnindex so that it can be + used in the document. + + * Spaces may now occur after commas (but not before) in the + assignment part of \DTLforeach + + * Fixed missing backslashes in example in manual (pounds->\pounds) + + * Fixed type in datapie documentation: non-colour option is + "gray" not "monochrome". + + * Added package "person.sty" + v2.02 (2009/07/13): * fixed bug caused by undefined \@dtlifhaskey (should be \@DTLifhaskey) |