From 63709515ecfa873c482e514a7d7f4bf101b488b1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:14:08 +0100 Subject: [PATCH] Mention support of building for macOS/arm64 platform. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 298a0b133..8513e648e 100644 --- a/CHANGES +++ b/CHANGES @@ -38,7 +38,7 @@ Bug fixes and other improvements Set OPTION_USE_SYSTEM_LIBPNG/JPEG off under macOS by default Have Fl_Pack::draw() call Fl_Group::init_sizes() on its parent group. CMake support of the Darwin+XQuartz test platform - Add support of macOS "Big Sur" 11.0 + Add support of macOS "Big Sur" 11.0 for both x86_64 and arm64 architectures. Fix when building with SDK 10.15 and running with 11.0 Big Sur OKAMURA, Yasunobu (1):