From 242907baffd430d84c23374638971876bb2b0165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 10 Jan 2021 14:13:38 +0100 Subject: [PATCH] doc: updated changelog and credits. --- doc/changelog.dox | 3 +++ doc/credits.dox | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index fa825f554..271fcd331 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -253,6 +253,9 @@ See also: newer - On CMake 3.16 and newer, `FindMagnum.cmake` can provide additional details if some component is not found. +- The Homebrew package now uses `std_cmake_args` instead of hardcoded build + type and install prefix, which resolves certain build issues (see + [mosra/homebrew-magnum#6](https://github.com/mosra/homebrew-magnum/pull/6)) @subsection changelog-latest-bugfixes Bug fixes diff --git a/doc/credits.dox b/doc/credits.dox index 0d3756acf..307f4aead 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -146,13 +146,15 @@ Are the below lists missing your name or something's wrong? package for `magnum-bindings` - **[\@Janos95](https://github.com/Janos95)** -- @ref Math and @ref DebugTools::ColorMap additions +- **Joel Clay** ([\@jclay](https://github.com/jclay)) --- Vcpkg packages +- **John Laxson** ([\@jlaxson](https://github.com/jlaxson)) --- Homebrew + package improvements - **Jonathan Hale** ([\@Squareys](https://github.com/Squareys)) --- @ref Audio and @ref Trade library enhancements, @ref Platform::GlfwApplication and @ref Platform::EmscriptenApplication implementation, frustum and cone culling and other @ref Math additions, bug reports, Windows build improvements, documentation improvements and tons of other stuff -- **Joel Clay** ([\@jclay](https://github.com/jclay)) --- Vcpkg packages - **Konstantinos Chatzilygeroudis** ([\@costashatz](https://github.com/costashatz)) --- Debian package, improvements to @ref Platform::GlfwApplication and @ref Platform::AbstractXApplication