From 2778ca4f59dad60441efc713bf0813cb9e70a565 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 17 Sep 2023 06:52:24 -0400 Subject: [PATCH] add a note about Ant version (resolves #783) --- build/build.xml | 2 +- todo.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index b20fa8357..4eab925a6 100644 --- a/build/build.xml +++ b/build/build.xml @@ -38,7 +38,7 @@ - + diff --git a/todo.txt b/todo.txt index 89c5c3bee..b43c9304f 100755 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,6 @@ 1294 (4.3.1) - +X add an extra note about the Ant version +X https://github.com/processing/processing4/pull/783 contribs X migrate from altool to notarytool from @CyberFlameGO