notes on recent bug reports and updates

This commit is contained in:
Ben Fry
2017-10-17 23:10:07 -04:00
parent a86e220096
commit 7715f57cf0
2 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
X fix exception due to version parsing in Java 9
X https://github.com/processing/processing/issues/5275
data
X added setIndex() method to IntDict, FloatDict, StringDict
X added resize() to IntDict, FloatDict, StringDict
X fix entries() Iterator in IntDict, FloatDict, StringDict
_ make setting the window icon automatic, based on files in local dirs
X https://github.com/processing/processing/issues/5123
X https://github.com/processing/processing/pull/5202

View File

@@ -1,4 +1,7 @@
0264 (3.3.7 or 3.4)
X downloading the jre broken again
X https://github.com/processing/processing/issues/5284
X the old 144 link must have been removed
jakub
X Fix scrub comments for empty block comment /**/
@@ -9,6 +12,8 @@ contrib
X detect errors from curved quotation marks
X https://github.com/processing/processing/issues/5133
X https://github.com/processing/processing/pull/5152
_ Remove "Pipe Organ" from exec javadoc
_ https://github.com/processing/processing/pull/5282
high
_ menu bars broken in High Sierra