Browse Source

Updated changelog and credits.

pull/484/head
Vladimír Vondruš 6 years ago
parent
commit
4cc32a9505
  1. 5
      doc/changelog.dox
  2. 2
      doc/credits.dox

5
doc/changelog.dox

@ -153,6 +153,10 @@ See also:
- @ref Platform::GlfwApplication now defaults to EGL on - @ref Platform::GlfwApplication now defaults to EGL on
@ref MAGNUM_TARGET_DESKTOP_GLES "non-desktop" @ref MAGNUM_TARGET_DESKTOP_GLES "non-desktop"
@ref MAGNUM_TARGET_GLES "GLES builds" (see [mosra/magnum#470](https://github.com/mosra/magnum/pull/470)) @ref MAGNUM_TARGET_GLES "GLES builds" (see [mosra/magnum#470](https://github.com/mosra/magnum/pull/470))
- On Emscripten, @ref Platform::EmscriptenApplication used an internal
allocation function, which changed signature in 2.0.5 and caused runtime
failures when `-s ASSERTIONS` was enabled. A public stable API is now used
instead, see [mosra/magnum#483](https://github.com/mosra/magnum/pull/483).
@subsubsection changelog-latest-changes-shaders Shaders library @subsubsection changelog-latest-changes-shaders Shaders library
@ -191,6 +195,7 @@ See also:
inside a CMake subproject inside a CMake subproject
- Suppressed a warning specific to MinGW GCC 8+ (see - Suppressed a warning specific to MinGW GCC 8+ (see
[mosra/magnum#474](https://github.com/mosra/magnum/issues/474)) [mosra/magnum#474](https://github.com/mosra/magnum/issues/474))
- Linux and Emscripten builds were migrated from Travis to Circle CI
@subsection changelog-latest-bugfixes Bug fixes @subsection changelog-latest-bugfixes Bug fixes

2
doc/credits.dox

@ -180,7 +180,7 @@ Are the below lists missing your name or something's wrong?
Gentoo ebuild) Gentoo ebuild)
- **Pablo Escobar** ([\@pezcode](https://github.com/pezcode)) --- @ref Math - **Pablo Escobar** ([\@pezcode](https://github.com/pezcode)) --- @ref Math
additions, support for multiple @ref Platform::EmscriptenApplication additions, support for multiple @ref Platform::EmscriptenApplication
canvases on one page canvases on one page, Emscripten-focused fixes
- **Pascal Thomet** ([\@pthom](https://github.com/pthom)) --- C++17 - **Pascal Thomet** ([\@pthom](https://github.com/pthom)) --- C++17
compilation fixes, buildsystem improvements, Hunter package compilation fixes, buildsystem improvements, Hunter package
- **Sam Spilsbury** ([\@smspillaz](https://github.com/smspillaz)) --- WebGL - **Sam Spilsbury** ([\@smspillaz](https://github.com/smspillaz)) --- WebGL

Loading…
Cancel
Save