Browse Source

doc: updated changelog and credits.

pull/168/head
Vladimír Vondruš 3 years ago
parent
commit
0fa6fe7292
  1. 10
      doc/changelog.dox
  2. 2
      doc/credits.dox

10
doc/changelog.dox

@ -932,6 +932,16 @@ See also:
- It's now possible to build dynamic libraries on Android and Emscripten with
the usual options. Static libraries are still a default but it isn't
enforced anymore. See [mosra/magnum#617](https://github.com/mosra/magnum/pull/617).
- The Emscripten toolchain now prefers include directory located in the
Emscripten cache, which as of Emscripten 3.0.4 contains the `version.h`
header. See also @ref platforms-html6-troubleshooting-including-files-from-emscripten-tree-not-supported
for troubleshooting info.
- The Emscripten toolchain now uses the `-flto` flag instead of `--llvm-lto`,
which was specific to the fastcomp backend that's removed as of Emscripten
2.0, and sets up correct `emar` to be used for LTO. See
[mosra/toolchains#13](https://github.com/mosra/toolchains/issues/13),
[mosra/toolchains#14](https://github.com/mosra/toolchains/pull/14) and
[mosra/magnum#490](https://github.com/mosra/magnum/issues/490).
@subsection changelog-latest-bugfixes Bug fixes

2
doc/credits.dox

@ -82,7 +82,7 @@ Are the below lists missing your name or something's wrong?
[Let us know!](https://magnum.graphics/contact/)
- **Aaron Gokaslan** ([\@Skylion007](https://github.com/Skylion007)) ---
various minor code modernization, typo fixes
Emscripten LTO support, various minor code modernization, typo fixes
- **[\@abgita](https://github.com/abgita)** --- minor typo fixes
- **Alan Jefferson** ([\@alanjfs](https://github.com/alanjfs)) --- extensive
usability and first-time-use feedback

Loading…
Cancel
Save