From 8565023f2aea099aeb10f1f1b59b19725d648291 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 24 Jan 2022 08:13:32 -0500 Subject: [PATCH] note about file size --- build/shared/changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/changes.md b/build/shared/changes.md index 756cb19d1..e0013e9ee 100644 --- a/build/shared/changes.md +++ b/build/shared/changes.md @@ -8,7 +8,7 @@ For the Windows users, the scaling issues have finally been sorted out. Use 125% Against my better judgement, I'm posting a release that's native for Apple Silicon. OpenGL is currently broken. Sketches crash immediately. You should only use it if you're a masochist. Or a masochist that likes *extremely fast* but very incomplete software, and won't file bug reports saying “OpenGL is broken.” But it's being posted for folks who do not need OpenGL, and/or want to help debug. [#370](https://github.com/processing/processing4/issues/370) -We've also moved the FX2D (JavaFX) renderer to its own library, which is available from the Contributions Manager. +We've also moved the FX2D (JavaFX) renderer to its own library, which is available from the Contributions Manager. In related news, the download size is now 230 MB instead of 493 MB. ## New features!