diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 1b7496bc..6b4926d4 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -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