Update changelog

This commit is contained in:
Oliver Hamlet
2026-01-17 18:08:24 +00:00
parent a9bcfc8635
commit 0929627703
+7 -1
View File
@@ -96,15 +96,21 @@ Changed
- The C++ wrapper's :cpp:any:`loot::GameInterface::GetLoadedPlugins()` now
returns ``std::vector<std::unique_ptr<const PluginInterface>>`` instead of
``std::vector<std::shared_ptr<const PluginInterface>>``.
- Metadata YAML files written by libloot now write blank lines between groups,
global/general messages and plugin entries, and at the end of the file. Blank
lines are also used to separate elements of the ``common`` list if it is
written.
- Updated cxx and cxx-build to v1.0.192.
- Updated sphinx_rtd_theme to v3.1.0.
- Updated dependency versions in Cargo.lock (which sets the versions used by the
C++ wrapper):
- Updated log to v0.4.29.
- Updated loot-condition-interpreter to v5.4.0.
- Updated proc-macro2 to v1.0.105.
- Updated quote to v1.0.43.
- Updated regress to v0.10.5.
- Updated syn to v2.0.113.
- Updated syn to v2.0.114.
- Updated unicase to v2.9.0.
Removed