diff --git a/CHANGES b/CHANGES index 1742bc09..9472fcc2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +2.8 (Ellipse) - November 24th, 2015 +----------------------------------------------------------- +For a complete list of changes run: + git log 4bb15e0..253b4bf + +* Added PathSeg polyfill to workaround pathseg removal in browsers. +* Fixed pathtool bug where paths were erroneously deleted. +* Fixed bug where context menu did not work for groups. +* Updated Slovenian locale. +* Fixed unicode encoding issue for icons. +* Added custom.css stylesheet for customization without changing the main editor. +* Improved PDF export. + 2.7.1 (applied to 2.7 branch) - April 17, 2014 ----------------------------------------------------------- * Fix important ID situation with embedded API diff --git a/Makefile b/Makefile index 46a6b016..a8e3dff7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=svg-edit -VERSION=2.7.1 +VERSION=2.8 PACKAGE=$(NAME)-$(VERSION) MAKEDOCS=naturaldocs/NaturalDocs CLOSURE=build/tools/closure-compiler.jar