summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/csvsimple/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-08 23:07:15 +0000
committerKarl Berry <karl@freefriends.org>2012-11-08 23:07:15 +0000
commit136f39c4716d4adccfd552ba03e269e58b8d7a69 (patch)
tree65072b6a2b0a2baedf0934c1d2dd8c7e73355d94 /Master/texmf-dist/doc/latex/csvsimple/CHANGES
parentfbd5a08bb407b65f991ddfa2866f0e108114de03 (diff)
csvsimple (8nov12)
git-svn-id: svn://tug.org/texlive/trunk@28211 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/csvsimple/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/csvsimple/CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/csvsimple/CHANGES b/Master/texmf-dist/doc/latex/csvsimple/CHANGES
index a0ad80b3808..12fa1020e44 100644
--- a/Master/texmf-dist/doc/latex/csvsimple/CHANGES
+++ b/Master/texmf-dist/doc/latex/csvsimple/CHANGES
@@ -1,4 +1,4 @@
-%% The LaTeX package csvsimple - version 1.05 (2012/03/12)
+%% The LaTeX package csvsimple - version 1.06 (2012/11/08)
%%
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2008-2012 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
@@ -51,3 +51,10 @@ version 1.05 (2012/03/12):
- key nofilter renamed to 'no filter' and 'nohead' to 'no head' (the old names
are kept as deprecated key names)
+version 1.06 (2012/11/08):
+- implementation for line breaking changed from full macro expansion to
+ token expansion. This allows quite arbitrary macro code inside the data.
+ Note that this may be a breaking change if your application expects
+ expanded column values.
+- option values added for \csvautotabular and \csvautolongtable
+