diff --git a/Changes b/Changes index 6f9eef6..d29dd06 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +feedgnuplot (1.57) unstable; urgency=medium + + * Added --xticlabels to label the x-axis tics from the data + * Added --equation-above and --equation-below to control the equation + drawing sequence + + -- Dima Kogan Sun, 21 Feb 2021 13:56:23 -0800 + feedgnuplot (1.56) unstable; urgency=medium * Updated default hardcopy settings diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 1442b02..9af8bd9 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -16,7 +16,7 @@ use Pod::Usage; use Time::Piece; # Makefile.PL assumes this is in '' -my $VERSION = '1.56'; +my $VERSION = '1.57'; my %options; interpretCommandline();