From 97e0036dabbacf77abf7d404b64b10a97f549def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 30 May 2018 22:05:32 +0200 Subject: [PATCH] doc: updated changelog and credits. --- CREDITS.md | 2 ++ doc/changelog.dox | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CREDITS.md b/CREDITS.md index 1417e43df..d809b8615 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -44,5 +44,7 @@ Contributors to Magnum library packages - Alexander F Rødseth ([@xyproto](https://github.com/xyproto)) -- packages in the ArchLinux community repository +- Nathan Ollerenshaw ([@matjam](https://github.com/matjam)) --- Ubuntu + packages in a PPA repository Big thanks to everyone involved! diff --git a/doc/changelog.dox b/doc/changelog.dox index 06c8191a1..9dea725db 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -55,6 +55,11 @@ See also: - @ref Platform::GlfwApplication no longer stores a needless global window pointer +@subsection changelog-latest-buildsystem Build system + +- There's now a PPA for Ubuntu packages. See @ref building-packages-deb + for more information. + @subsection changelog-latest-bugfixes Bug fixes - An assert was firing during @ref Platform::GlfwApplication initialization