Browse Source

doc: updated credits and changelog.

pull/557/head
Vladimír Vondruš 4 years ago
parent
commit
0047e67d67
  1. 4
      doc/changelog.dox
  2. 1
      doc/credits.dox

4
doc/changelog.dox

@ -585,6 +585,10 @@ See also:
- Updated Debian build instructions to pass `--no-sign` to
`dpkg-buildpackage`, avoiding a confusing error message that might lead
people to think the packaging failed (see [mosra/magnum-plugins#105](https://github.com/mosra/magnum-plugins/issues/105))
- Due to STL removal in @ref Corrade::PluginManager, deprecated APIs in
@ref Trade library that use @ref std::string stopped compiling on MSVC as
there was no remaining transitive @cpp #include <string> @ce left (see
[mosra/magnum#556](https://github.com/mosra/magnum/pull/556))
@subsection changelog-latest-bugfixes Bug fixes

1
doc/credits.dox

@ -123,6 +123,7 @@ Are the below lists missing your name or something's wrong?
- **[\@DJQuardaboff](https://github.com/DJQuardaboff)** --- discovery of a
silly mistake with @ref Frustumd debug output printer
- **[\@dlardi](https://github.com/dlardi)** --- WGL-related bugfixes
- **[\@EhWhoAmI](https://github.com/EhWhoAmI)** --- MSVC compilation fixes
- **Eliot Saba** ([\@staticfloat](https://github.com/staticfloat)) ---
macOS-related updates to @ref Platform::GlfwApplication
- **Émile Grégoire** ([\@emgre](https://github.com/emgre)) --- documentation

Loading…
Cancel
Save