mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update changelog and version for 0.23.1 release
This commit is contained in:
@@ -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
|
||||
===================
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user