update release notes with fixes from Andres

This commit is contained in:
Ben Fry
2013-06-02 16:52:46 -04:00
parent d8b9f9ce5b
commit 3408fe3564
2 changed files with 10 additions and 0 deletions

View File

@@ -90,6 +90,12 @@ And just like that, here we are at 2.0.
+ P2D, P3D drawing errors in static mode, gray screen
https://github.com/processing/processing/issues/1648
+ Window shorter than 127 pixels high is not rendered correctly in P2D/P3D
https://github.com/processing/processing/issues/1683
+ Multiple screen crash with OpenGL
https://github.com/processing/processing/issues/1515
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -43,6 +43,10 @@ o Deleted 1 texture objects, 0 remaining
A fixed in last round
A P2D, P3D drawing errors in static mode, gray screen
A https://github.com/processing/processing/issues/1648
A Window shorter than 127 pixels high is not rendered correctly in P2D/P3D
A https://github.com/processing/processing/issues/1683
A Multiple screen crash with OpenGL
A https://github.com/processing/processing/issues/1515
_ data decision stuff