diff --git a/doc/changelog.dox b/doc/changelog.dox index e94366f78..97b41fee0 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -2141,7 +2141,8 @@ See also: - Various documentation fixes (see [mosra/magnum#492](https://github.com/mosra/magnum/issues/492), [mosra/magnum#521](https://github.com/mosra/magnum/pull/521), [mosra/magnum#563](https://github.com/mosra/magnum/pull/563), - [mosra/magnum#564](https://github.com/mosra/magnum/pull/564)) + [mosra/magnum#564](https://github.com/mosra/magnum/pull/564), + [mosra/magnum#680](https://github.com/mosra/magnum/pull/680)) - @ref Corrade::Utility::Debug and friends were always brought to the @ref Magnum namespace via a @cpp using @ce directive, but this was never reflected in the docs and thus hidden from users. Now it's shown in the diff --git a/doc/credits.dox b/doc/credits.dox index 1c1d6d13a..67ee2d0e5 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -102,7 +102,7 @@ Are the below lists missing your name or something's wrong? - **Andrew ([\@sheerluck](https://github.com/sheerluck))** --- Gentoo package fixes - **Andy Maloney** ([\@asmaloney](https://github.com/asmaloney)) --- CMake - and GDB printer fixes + and GDB printer fixes, squashing documentation typos - **Andy Somogyi** ([\@andysomogyi](https://github.com/andysomogyi)) --- bugreports, API design improvement suggestions - **[\@ArEnSc](https://github.com/ArEnSc)** --- initial implementation of diff --git a/src/Magnum/Vk/Image.h b/src/Magnum/Vk/Image.h index 40d261881..530defa5c 100644 --- a/src/Magnum/Vk/Image.h +++ b/src/Magnum/Vk/Image.h @@ -6,6 +6,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Vladimír Vondruš + Copyright © 2025 Andy Maloney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),