misc notes on recent patches

This commit is contained in:
Ben Fry
2016-06-02 16:23:48 -04:00
parent 698cdfbb47
commit 1597085f84
2 changed files with 16 additions and 0 deletions
+6
View File
@@ -1,5 +1,11 @@
0241 (3.1.2)
leslie
X fixed iterator remove() methods so they dont skip container elements
X https://github.com/processing/processing/pull/4519
X added a check for length 0 arrays in expand()
X https://github.com/processing/processing/pull/4520
_ Can't render PGraphics object using image() within a PDF
_ https://github.com/processing/processing/issues/4473
+10
View File
@@ -1,9 +1,19 @@
0251 (3.1.2)
gohai
X IO: Fix drawing for SPIAnalogDigital examples
X https://github.com/processing/processing/pull/4480
X Update JVM warning text on Linux
X https://github.com/processing/processing/pull/4512
jakub
X Return of the error check toggle
X https://github.com/processing/processing/pull/4491
X https://github.com/processing/processing/issues/4485
_ Library path mismatch between processing-java and export
_ https://github.com/processing/processing/issues/4493
_ possible infinite loop on modified externally
_ https://github.com/processing/processing/issues/3965