diff --git a/Changes b/Changes index 79bc584..34cb996 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +feedgnuplot (1.37) + + * At the end of a streaming plot, include the last chunk of data + * Added --equation to the completions + + -- Dima Kogan Fri, 01 Jan 2016 08:09:43 -0800 + feedgnuplot (1.36) * Added --equation to plot symbolic equations diff --git a/bin/feedgnuplot b/bin/feedgnuplot index b68edf3..9789769 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -14,7 +14,7 @@ use Text::ParseWords; # for shellwords use Pod::Usage; use Time::Piece; -my $VERSION = 1.36; +my $VERSION = 1.37; my %options; interpretCommandline();