Update changelog and version for 0.23.1 release

This commit is contained in:
Oliver Hamlet
2024-08-24 11:28:30 +01:00
parent 1d2ebf5572
commit e9321ae544
5 changed files with 31 additions and 6 deletions
+23
View File
@@ -2,6 +2,29 @@
Version History
***************
0.23.1 - 2024-08-24
===================
Added
-----
- :cpp:any:`loot::esplugin_category()`, which returns the
``std::error_category`` that is used when throwing esplugin errors as
exceptions.
Fixed
-----
- Inaccurate log messages when getting early loading plugins.
Changed
-------
- When an esplugin function returns an error, it is now thrown as a
``std::system_error`` using the error category returned by
:cpp:any:`loot::esplugin_category()`, instead of as a
:cpp:any:`loot::FileAccessError`.
0.23.0 - 2024-06-29
===================
+2
View File
@@ -108,4 +108,6 @@ Error Categories
LOOT uses error category objects to identify errors with codes that originate in
lower-level libraries.
.. doxygenfunction:: loot::esplugin_category
.. doxygenfunction:: loot::libloadorder_category