From 983b9d6fb372c86e61ee047881e6689ac08fff63 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Sun, 12 Apr 2020 01:43:40 +0200 Subject: [PATCH] Added ChangeLog.md --- ChangeLog.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ChangeLog.md diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..02e01cd --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,27 @@ +# Version 1.2.0 +git-tree-sha1: master +released on: + +- New features: + * REPL mode: a new `Gnuplot.repl_init()` function is available to + install a gnuplot REPL; + + * `@gp` and `@gsp` now accepts a `Gnuplot.DataSet` object, to + allow customized data input; + +- Bugfix: + * When a `Vector{String}` is passed to `driver()` it used to be + modified, and couldn't be used again in a second call. Now a copy + is made and the original is preserved; + + * `contourlines()` used to return a single blanck line to + distinguish iso-contour lines, and this may cause problems in 3D + plot. Now two blanck lines are returned; + + +# Version 1.1.0 +git-tree-sha1: d62f8713b2e49bce9ef37bd21b80c4297d316915 +released on: Apr. 09, 2020 + +- First production ready version; +- Completed documentation and example gallery;