From 32b4c3dcff33538370a78bd66cf405e94b84c239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 11 Jan 2021 22:54:43 +0100 Subject: [PATCH] doc: updated credits and changelog. --- doc/python/pages/changelog.rst | 4 ++++ doc/python/pages/credits.rst | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index 8664378..239f11a 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -45,6 +45,10 @@ Changelog issues with shitty IDE indexers such as Eclipse, confusing these with Python's ```` - Applied minor performance fixes suggested by Clang Tidy (see :gh:`mosra/magnum-bindings#10`) +- Linux and macOS builds were migrated from Travis to Circle CI +- The Homebrew package now uses `std_cmake_args` instead of hardcoded build + type and install prefix, which resolves certain build issues (see + :gh:`mosra/homebrew-magnum#6`) `2020.06`_ ========== diff --git a/doc/python/pages/credits.rst b/doc/python/pages/credits.rst index 2b93817..64cef3c 100644 --- a/doc/python/pages/credits.rst +++ b/doc/python/pages/credits.rst @@ -71,5 +71,6 @@ involved! - **Aaron Gokaslan** (:gh:`Skylion007`) --- minor performance fixes - **Cameron Egbert** (:gh:`cegbertOculus`) --- initial Windows port +- **John Laxson** (:gh:`jlaxson`) --- Homebrew package improvements - **Vladimir Gamalyan** (:gh:`vladimirgamalyan`) --- expanding :ref:`gl.Renderer` bindings