mark version

This commit is contained in:
Ben Fry
2014-07-25 21:17:29 -04:00
parent ec07e271b9
commit 4bf6256c57
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
0228 core
0228 core (3.0a1)
X add copy() method to PVector
X modify PVector to include better methods for chaining operations
X http://code.google.com/p/processing/issues/detail?id=218

View File

@@ -1,4 +1,4 @@
0228 pde
0228 pde (3.0a1)
X increase heap size to 256m (-Xmx256) per Manindra request
X use a ButtonGroup so that the current Mode cannot be de-selected
X https://github.com/processing/processing/issues/2545