diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/ChangeLog')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog index 66b35538d12..fcfa6d14d9c 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog +++ b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog @@ -1,3 +1,44 @@ +2012-10-24 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + - RELEASED 1.7 + +2012-10-24 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added patch type=bicubic + - added support for global paths (fillable) for patch plots lib + - added patch type sampling feature + +2012-10-11 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed search path issue in context: moved pgfplots.lua to tex/generic + +2012-10-03 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: pgfplots accidentally \let\directlua=\relax if not loaded with lualatex (and a couple of similar incidents). + Thanks to Heiko Oberdiek for the fix. + - worked on size compensation for 'enlarge x limits={abs=1cm}', i.e. for + enlarge-by-dimension. It will now respect width/height for standard axes. + - added contour external/output point meta key. + +2012-10-01 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: \ref{legendimage} inside of legend text was wrong. + +2012-09-30 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed(?) bug: log basis and stacked plots + +2012-09-21 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added debug output feature: \addplot3 graphics[debug=visual] + +2012-09-10 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed incompatibility regression pgfplots 1.6.1 pgf 2.10: layers + +2012-09-02 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed sanity checking for logarithmic samples of undefined domains + +2012-09-01 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added early draft for 'enlarge x limits={abs=1cm}', i.e. for + enlarge-by-dimension. + +2012-08-27 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added switch 'compat/bar width by units' which interpretes 'bar width=1' + in terms of axis units (width = 1 unit) + 2012-08-23 Christian Feuersaenger <ludewich@users.sourceforge.net> - RELEASED 1.6.1 |