add release notes for 3.3.3

This commit is contained in:
Ben Fry
2017-05-02 17:07:07 -04:00
parent 5216ca96ef
commit 25d77ceef5
2 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,23 @@
PROCESSING 3.3.3 (REV 0260) - 2 May 2017
Happy birthday to my Dad and baby brother!
Let's celebrate with a couple of bug fixes:
+ keyPressed not returning false once a key is released
https://github.com/processing/processing/issues/5033
+ Image tint() was broken in 3.3.x
https://github.com/processing/processing/issues/5040
https://github.com/processing/processing/pull/5042
+ Deal with loadBytes() regressions introduced by their rewrite
(was breaking p5jsMode because of its use of loadBytes(File)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
PROCESSING 3.3.2 (REV 0259) - 25 April 2017
Broke a few eggs with that last omelette, and left a little eggshell behind.

View File

@@ -5,9 +5,9 @@ X deal with loadBytes() regressions introduced by their rewrite
X (was breaking p5jsMode because of its use of loadBytes(File)
jakub
X Revert updatePixels() to set modified flag to true
X https://github.com/processing/processing/pull/5042
X image tint() broken in 3.3.x
X https://github.com/processing/processing/issues/5040
X https://github.com/processing/processing/pull/5042
high