From fb2ae21a24c3abba23efd7f8c1d04187be470a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 13 Nov 2024 02:46:47 +0100 Subject: [PATCH] doc: updated credits and changelog. --- doc/changelog.dox | 3 ++- doc/credits.dox | 2 +- src/debuggers/gdb/magnum/printers.py | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 641b2e1b7..b9ab544de 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -94,7 +94,8 @@ See also: [mosra/magnum#589](https://github.com/mosra/magnum/pull/589), [mosra/magnum#595](https://github.com/mosra/magnum/pull/595), [mosra/magnum#620](https://github.com/mosra/magnum/pull/620), - [mosra/magnum#623](https://github.com/mosra/magnum/pull/623) and + [mosra/magnum#623](https://github.com/mosra/magnum/pull/623), + [mosra/magnum#653](https://github.com/mosra/magnum/pull/653) and [mosra/corrade#179](https://github.com/mosra/corrade/issues/179) for more information. diff --git a/doc/credits.dox b/doc/credits.dox index a7facb3ee..9efe309da 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 - fixes + and GDB printer fixes - **Andy Somogyi** ([\@andysomogyi](https://github.com/andysomogyi)) --- bugreports, API design improvement suggestions - **[\@ArEnSc](https://github.com/ArEnSc)** --- initial implementation of diff --git a/src/debuggers/gdb/magnum/printers.py b/src/debuggers/gdb/magnum/printers.py index 14951e41e..c388053d0 100644 --- a/src/debuggers/gdb/magnum/printers.py +++ b/src/debuggers/gdb/magnum/printers.py @@ -5,6 +5,7 @@ # 2020, 2021, 2022, 2023, 2024 # Vladimír Vondruš # Copyright © 2022 Guillaume Jacquemin +# Copyright © 2024 Andy Maloney # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),