From 3c05f9fafcf670ead3e1e2ae3d00a4f43d1d684f Mon Sep 17 00:00:00 2001 From: Nimrod Gileadi Date: Tue, 5 Dec 2023 09:38:47 -0800 Subject: [PATCH] Add a note to future change log about releasing 10.16 macOS wheels. This change relates to #1213, and should fix it when we push the next release. PiperOrigin-RevId: 588099974 Change-Id: Ic1c4164f8a6400e92b5f509c3e03ff9fbc1c6033 --- doc/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index bf1cbe34..826c1a1d 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -37,6 +37,9 @@ Bug fixes Before this fix such actuators could lead to non-conservation of momentum. - Fix bug that prevented using flex with the :ref:`passive viewer`. - Fix bug that prevented the use of elasticity plugins in combination with pinned flex vertices. +- Release Python wheels targeting macOS 10.16 to support x86_64 systems where SYSTEM_VERSION_COMPAT is set. The minimum + supported version is still 11.0, but we release these wheels to fix compatibility for those users. See + :github:issue:`1213`. Version 3.0.1 (November 15, 2023) ---------------------------------