diff --git a/core/todo.txt b/core/todo.txt index a6638ee73..a38984229 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,8 @@ 0266 (3.4.1 or 3.5) +_ NullPointerException at java.awt.Window.init(Window.java:497) when using Airplay +_ https://github.com/processing/processing/issues/5620 +_ try to catch the NPE and warn the user about what's happening data _ Dict.remove() should return value, not index (for consistency w/ others) diff --git a/todo.txt b/todo.txt index a31ecace9..881c5e522 100755 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,9 @@ 0266 (3.4.1 or 3.5) +contrib +X Updated russian translation, now can choose russian in preferences +X https://github.com/processing/processing/pull/5619 + _ Examples dialog causes high CPU load _ https://github.com/processing/processing/issues/5246