diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index eea6230bd..a4b80f74c 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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