wrapping up the beta release

This commit is contained in:
benfry
2012-09-04 04:00:46 +00:00
parent dc64b24891
commit bdc739c371
2 changed files with 6 additions and 3 deletions
+5 -3
View File
@@ -1,7 +1,7 @@
PROCESSING 2.0a10 (REV 0209) - 3 September 2012
PROCESSING 2.0b1 (REV 0209) - 3 September 2012
Bug fixes, new registered methods for libraries, and hopefully a beta
coming shortly...
Bug fixes, new registered methods for libraries, updated keywords,
and we're beta!
[ changes ]
@@ -53,6 +53,8 @@ coming shortly...
+ createShape() is not implemented with the default 2D renderer.
+ See the Changes page on the Wiki for more.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
+1
View File
@@ -126,6 +126,7 @@ _ so that it re-loads in the proper environment
2.0 FINAL / casey stuff
_ try to make KEYWORD4 and KEYWORD5 work
_ change syntax highlighting so it differentiates keyPressed and keyPressed()
_ syntax highlight with parens also helps "String line" vs "line()"
_ errors that cannot be placed (i.e. missing brace)