1
0
Fork 0

Updated the ChangeLog. Let's do a new release.

This commit is contained in:
Tobias Leupold 2015-01-04 12:55:06 +01:00
parent 133144655e
commit 8e073b7327
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2015-01-04 Tobias Leupold <tobias.leupold@web.de>
* Release: Version 0.1.3
- Replaced the function creating a coordinate string for a segment by a generator. Now, segments
drawing instructions are created step by step instead of assembling a (probably huge) single
string.
2014-09-03 Tobias Leupold <tobias.leupold@web.de>
* Release: Version 0.1.3
@ -30,7 +38,7 @@
- Made the algorithm to search for combinable paths more effective.
- Draw circles instead of single points (that will not be shown). Added an command line option
- Draw circles instead of single points (that will not be shown). Added a command line option
to drop such single points.
2012-08-25 Tobias Leupold <tobias.leupold@web.de>