@ -3,6 +3,7 @@
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
# 2020, 2021, 2022, 2023 Vladimír Vondruš <mosra@centrum.cz>
# Copyright © 2023 Vincent Le Garrec <github@le-garrec.fr>
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@ -894,6 +894,9 @@ See also:
@ref building-features "CMake option" to aid
@ref MAGNUM_BUILD_STATIC_UNIQUE_GLOBALS in cases where Corrade is only
linked to a DLL but not the main executable.
- 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).
@subsection changelog-latest-bugfixes Bug fixes
@ -236,6 +236,8 @@ Are the below lists missing your name or something's wrong?
--- OpenGL ES compatibility improvements
- **Travis Watkins** ([\@amaranth](https://github.com/amaranth)) --- support
for windowless applications under macOS
- **Vincent Le Garrec** ([\@bansan85](https://github.com/bansan85)) ---
Android buildsystem fixes and improvements
- **Vladislav** ([\@dranikpg](https://github.com/dranikpg)) --- Async @ref GL
shader compilation
*/