making note of recent updates and merges

This commit is contained in:
Ben Fry
2019-11-15 14:04:04 -05:00
parent f41ed83a8d
commit f0125fea0e
2 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ _ make edits to core so that awt can be flagged off, and lwjgl can run
_ https://github.com/codeanticode/processing-openjdk/commit/ac9abc18655daaa538ef16945687177334f3596e
_ removing AWT from core
_ https://github.com/codeanticode/processing-lwjgl/wiki#making-awt-optional-in-papplet
_ move loadImage() into surface
_ size() issues on Mojave? (3.4 works, 3.5.3 does not)
_ https://github.com/processing/processing/issues/5791

View File

@@ -25,10 +25,19 @@ contribs
X tweak mode not working
X https://github.com/processing/processing/issues/5805
X https://github.com/processing/processing/pull/5909
X updtes to Ukrainian translation
X https://github.com/processing/processing/pull/5944
sampottinger
X Fix JDK naming and cleanup in ant build
X https://github.com/processing/processing4/pull/12
X https://github.com/processing/processing4/issues/6
X Migrate to JNA 5 compatiable Native.load
X https://github.com/processing/processing4/issues/7
X https://github.com/processing/processing4/pull/15
X console font spacing is off
X https://github.com/processing/processing4/issues/19
X https://github.com/processing/processing4/pull/20
_ selecting a sketch in the Sketch menu no longer opens its window
_ https://github.com/processing/processing/issues/5882