a couple more notes on the revisions

This commit is contained in:
Ben Fry
2013-10-20 17:26:40 -04:00
parent 22f28c9c39
commit 49354cf3e3
+4 -4
View File
@@ -21,9 +21,9 @@ This release contains major changes. The big ones:
that was for suckers!
And everyone should wish Casey Reas happy birthday today!
This is mybirthday present for him. What did you get him?
This release is my birthday present for him. What did you get him?
Here's a more detailed rundown:
Here's a more detailed rundown of what else is in this release:
[ new features and additions ]
@@ -32,8 +32,8 @@ Here's a more detailed rundown:
some quirks because of how println() works for arrays in previous
versions of Processing. When printing an array, you should instead use
the new printArray() function, which works the same as the old println().
This will help avoid the compiler warnings with Eclipse or whatever else.
In the PDE, this should be transparent (the warnings are not shown).
This will help avoid the compiler warnings with Eclipse and others.
In the PDE, this should be transparent, because warnings are not shown.
https://github.com/processing/processing/issues/2056
+ Update the JavaDoc, remove java.* package prefix ugliness. Also link