starting the next release

This commit is contained in:
Ben Fry
2013-06-21 15:35:44 -04:00
parent 0f1f70590a
commit 05d6b280ef
5 changed files with 27 additions and 21 deletions
+10
View File
@@ -1,3 +1,13 @@
0219 core (2.0.1)
X add error message for what line was bad while parsing a table
X otherwise confusing ArrayIndexOutOfBoundsException while parsing bad CSV
X getVertex() trying to get three values when no Z-coord is available
X "PShape getVertex() not implemented properly for SVG files"
X https://github.com/processing/processing/issues/1596
X typo in printProjection() method
X https://github.com/processing/processing/issues/1863
0218 core (2.0)
X textureWrap(REPEAT) + textureMode(IMAGE) clamps positive coordinates
X https://github.com/processing/processing/issues/1809
+1 -8
View File
@@ -1,11 +1,4 @@
0219 core (2.0.1)
X add error message for what line was bad while parsing a table
X otherwise confusing ArrayIndexOutOfBoundsException while parsing bad CSV
X getVertex() trying to get three values when no Z-coord is available
X "PShape getVertex() not implemented properly for SVG files"
X https://github.com/processing/processing/issues/1596
X typo in printProjection() method
X https://github.com/processing/processing/issues/1863
0220 core
high