mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting the next release
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user