diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b9ba676..bad34bab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,8 +107,8 @@ else() endif() if(NOT DEFINED LIBLOADORDER_URL) - set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.2.0.tar.gz") - set(LIBLOADORDER_HASH "SHA256=28565f0b034f651dd67a9e008394dd2db11a084df76557d1944dd1c869845b58") + set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.2.1.tar.gz") + set(LIBLOADORDER_HASH "SHA256=b453e28493aef9bdc7578ca3aa19c390cab44e6e411a44df879de7e617177066") endif() ExternalProject_Add(libloadorder diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 4b7946a5..1d382eb8 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -18,6 +18,8 @@ Added set. - OpenMW does not force master plugins to load before other plugins: all plugins are treated as non-masters. + - OpenMW supports a practically unlimited number of active plugins + (2147483646). - While libloot (via libloadorder) attempts to give the same result as the OpenMW Launcher when reading the load order, the Launcher may automatically activate some plugins and hide others from view, while libloot does neither. @@ -63,7 +65,7 @@ Changed effect. Instead, include the Boost path in ``CMAKE_PREFIX_PATH``. - Updated Boost to v1.87.0. - Updated fmt to v11.1.3. -- Updated libloadorder to v18.2.0. +- Updated libloadorder to v18.2.1. - Updated loot-condition-interpreter to v5.0.0. - Updated spdlog to v1.15.1.