From bc44f2763c48a191e56ec3ef1fa21ad779d43a6c Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 25 Apr 2015 14:30:30 -0400 Subject: [PATCH] oh yeah, that --- build/shared/revisions.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index dc863b46e..e5a21789a 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -294,6 +294,10 @@ but a few that you might be likely to run across: + Remove Applet as the base class. https://github.com/processing/processing/tree/master/core ++ Replaced JOGL with LWJGL. Ongoing JOGL support is unclear and LWJGL + seems to be more consistently maintained. Unfortunately, it trades + one set of quirks for another. + + Renamed 2x (hidpi/retina) versions of renderers to JAVA2D_2X, P3D_2X, etc. + add warning message when a negative textSize() is used