diff --git a/doc/changelog.dox b/doc/changelog.dox index a55ee8bd2..e7dc85fd6 100644 --- a/doc/changelog.dox +++ b/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 @ce left (see + [mosra/magnum#556](https://github.com/mosra/magnum/pull/556)) @subsection changelog-latest-bugfixes Bug fixes diff --git a/doc/credits.dox b/doc/credits.dox index 38c554cb7..680653c11 100644 --- a/doc/credits.dox +++ b/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