From 09296277035da36a094872778e299e4fea985513 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 17 Jan 2026 18:05:44 +0000 Subject: [PATCH] Update changelog --- docs/api/changelog.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index a66e4e6f..7956aab7 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -96,15 +96,21 @@ Changed - The C++ wrapper's :cpp:any:`loot::GameInterface::GetLoadedPlugins()` now returns ``std::vector>`` instead of ``std::vector>``. +- 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