From c12407a498ae02ac6939708c9fe7afac57b379e0 Mon Sep 17 00:00:00 2001 From: cormullion Date: Tue, 2 Feb 2021 09:05:34 +0000 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48064628..6b0091f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v2.8.0] - forthcoming +## [v2.8.0] - 2021-02-02 ### Added @@ -8,13 +8,16 @@ ### Changed -- placeimage() now also accepts SVG files and SVG code +- placeimage() now also accepts SVG files and SVG code (thanks guo-yong-zhi, schneiderfelipe) - placeimage() now also accepts a matrix of UInt32 -- minimum Julia version has increased to 1.3 +- minimum Julia version is 1.3 - juliacircles() has keyword options to allow stroke/clip actions +- algorithm for cener3pts fixed (thanks hyrodium) ### Removed +- support for Julia 1.0, 1.1, 1.2 + ### Deprecated ## [v2.7.0] - January 7 2021