From 4bf6256c574e885e8b83bb614ae2aad59cbbc2e5 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 25 Jul 2014 21:17:29 -0400 Subject: [PATCH] mark version --- core/todo.txt | 2 +- todo.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 78a196ef8..218aaaabf 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/todo.txt b/todo.txt index 0c9be75e5..ce8c46437 100644 --- a/todo.txt +++ b/todo.txt @@ -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