From 73974b356386a4a3cec0fc1c5191f0effaffa5be Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 26 Jan 2019 13:25:20 +0000 Subject: [PATCH] Update changelog for 0.14.3 --- docs/api/changelog.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 70e8a031..d811b10f 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,28 @@ Version History *************** +0.14.3 - 2019-01-27 +=================== + +Changed +------- + +- Condition parsing now errors if it does not consume the whole condition + string. Via loot-condition-interpreter. +- Removed a few unhelpful log statements and changed the verbosity level of + others. +- Updated loot-condition-interpreter to v1.2.2. + +Fixed +----- + +- Conditions were not parsed past the first instance of ``file()``, + ``active()``, ``many()`` or ``many_active()``. Via + loot-condition-interpreter. +- :cpp:any:`loot::CreateGameHandle()` could crash when trying to check if the + given paths are symlinks. If a check fails, LOOT will assume the path is not a + symlink. + 0.14.2 - 2019-01-20 ===================