From 3408fe3564daf17d874a2f2db433bf1bcbd4526c Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 2 Jun 2013 16:52:46 -0400 Subject: [PATCH] update release notes with fixes from Andres --- build/shared/revisions.txt | 6 ++++++ core/todo.txt | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 69cd9a41b..77a4db7de 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/core/todo.txt b/core/todo.txt index c94e1af6e..5e9b473d5 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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