misc todo notes

This commit is contained in:
Ben Fry
2018-08-14 06:57:28 -04:00
parent 22b465d743
commit 31171d135b
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -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)
+4
View File
@@ -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