diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 7fc756b..bd48520 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -2,6 +2,19 @@ dbot.changelog = {} +dbot.changelog[2.0024] = +{ + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed triggers that did not handle when the mud was in compact mode. This could + result in timeouts because triggers that depended on hitting an empty line would + not match the compacted output.]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed case where a user accessed containers before a build was complete. The + previous code could assert errors if invmon tried to access unidentified items.]] + } +} + dbot.changelog[2.0023] = { { change = drlDbotChangeLogTypeMisc, diff --git a/aard_inventory.xml b/aard_inventory.xml index 6e196f0..db50ff7 100644 --- a/aard_inventory.xml +++ b/aard_inventory.xml @@ -88,7 +88,7 @@ dbot.version : Module to track version and changelog information and update the save_state="y" date_written="2017-08-12 08:45:15" requires="4.98" - version="2.0023" + version="2.0024" >