Browse Source

Updated credits and changelog.

pull/686/head
Vladimír Vondruš 7 months ago
parent
commit
a22e9ae344
  1. 3
      doc/changelog.dox
  2. 2
      doc/credits.dox
  3. 1
      src/Magnum/Vk/Image.h

3
doc/changelog.dox

@ -2141,7 +2141,8 @@ See also:
- Various documentation fixes (see [mosra/magnum#492](https://github.com/mosra/magnum/issues/492), - 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#521](https://github.com/mosra/magnum/pull/521),
[mosra/magnum#563](https://github.com/mosra/magnum/pull/563), [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 Corrade::Utility::Debug and friends were always brought to the
@ref Magnum namespace via a @cpp using @ce directive, but this was never @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 reflected in the docs and thus hidden from users. Now it's shown in the

2
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 - **Andrew ([\@sheerluck](https://github.com/sheerluck))** --- Gentoo package
fixes fixes
- **Andy Maloney** ([\@asmaloney](https://github.com/asmaloney)) --- CMake - **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)) --- - **Andy Somogyi** ([\@andysomogyi](https://github.com/andysomogyi)) ---
bugreports, API design improvement suggestions bugreports, API design improvement suggestions
- **[\@ArEnSc](https://github.com/ArEnSc)** --- initial implementation of - **[\@ArEnSc](https://github.com/ArEnSc)** --- initial implementation of

1
src/Magnum/Vk/Image.h

@ -6,6 +6,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021, 2022, 2023, 2024, 2025 2020, 2021, 2022, 2023, 2024, 2025
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2025 Andy Maloney <asmaloney@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save