diff --git a/CMakeLists.txt b/CMakeLists.txt index f8a37ef9c..43d1e0c43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, # 2020, 2021, 2022, 2023 Vladimír Vondruš +# Copyright © 2023 Vincent Le Garrec # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/doc/changelog.dox b/doc/changelog.dox index 4899336c9..8a297cd4c 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -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 diff --git a/doc/credits.dox b/doc/credits.dox index 4a639361e..c7b161567 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -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 */