Browse Source

doc: updated credits and changelog.

pull/659/head
Vladimír Vondruš 2 years ago
parent
commit
fb2ae21a24
  1. 3
      doc/changelog.dox
  2. 2
      doc/credits.dox
  3. 1
      src/debuggers/gdb/magnum/printers.py

3
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.

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
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

1
src/debuggers/gdb/magnum/printers.py

@ -5,6 +5,7 @@
# 2020, 2021, 2022, 2023, 2024
# Vladimír Vondruš <mosra@centrum.cz>
# Copyright © 2022 Guillaume Jacquemin <williamjcm@users.noreply.github.com>
# Copyright © 2024 Andy Maloney <asmaloney@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save