Fix changelog entry formatting

This commit is contained in:
Oliver Hamlet
2025-06-11 21:43:49 +01:00
parent 6a5c8d49fc
commit e6432db640
+1 -1
View File
@@ -20,7 +20,7 @@ Changed
``std::runtime_error`` instead of a ``std::invalid_argument``.
- When :cpp:any:`loot::DatabaseInterface::GetGroupsPath()` is given a group name
that is undefined, it now throws a :cpp:any:`loot::UndefinedGroupError`
instead of a `std::invalid_argument`.
instead of a ``std::invalid_argument``.
- Many exception messages have changed.
0.27.0 - 2025-06-08