make note of a couple updates

This commit is contained in:
Ben Fry
2015-08-19 06:18:21 -04:00
parent 5fcf99fea8
commit 29f2aea234
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
0243 core (3.0b5)
X selectFolder broken (gives NullPointerException)
X NullPointerException in selectFolder() on OS X
X https://github.com/processing/processing/issues/3661
cleaning
+9 -2
View File
@@ -3,6 +3,15 @@ X processing-java isn't working in OS X 10.11 El Capitan
X https://github.com/processing/processing/issues/3497
o probably have to add the script/Processing.app location to user's path
contribs
X Undo does not move to the correct location in the editor window
X https://github.com/processing/processing/issues/707
X https://github.com/processing/processing/pull/3660
gsoc
_ Foundation libraries disapear from CM after restart
_ https://github.com/processing/processing/issues/3659
earlier
X modify build to insert these after antlr run:
X @SuppressWarnings({"unused", "cast"})
@@ -487,8 +496,6 @@ _ https://github.com/processing/processing/issues/533
PDE / Editor
_ [help] Undo does not move to the correct location in the editor window
_ https://github.com/processing/processing/issues/707
_ clean up /tmp folders used during build
_ https://github.com/processing/processing/issues/1896
_ 'recent' menu doesn't respect examples folder of other p5 versions