From 399dd2fb92acbd4169a67116f3a37297db39cf81 Mon Sep 17 00:00:00 2001 From: Durel Date: Fri, 6 Oct 2017 13:17:48 -0400 Subject: [PATCH] Fixed changelog newlines --- aard_inventory.changelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 4fcca5b..79859bc 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -67,13 +67,13 @@ dbot.changelog[2.0003] = dbot.changelog[2.0004] = { { change = drlDbotChangeLogTypeMisc, - desc = "Refresh code now forces your first refresh in a new session to use a full refresh scan.\n" .. - "This is necessary because items have have been moved or modified in a different client and\n" .. - "we need to know the current location of all items. This also allows us to detect if a no-\n" .. + desc = "Refresh code now forces your first refresh in a new session to use a full refresh scan. " .. + "This is necessary because items have have been moved or modified in a different client and " .. + "we need to know the current location of all items. This also allows us to detect if a no-" .. "save item was removed after the last session." }, { change = drlDbotChangeLogTypeFix, - desc = "Fixed incorrect return value check in the plugin update code. The previous code could\n" .. + desc = "Fixed incorrect return value check in the plugin update code. The previous code could " .. "send an incorrect (nil) return value in some error cases." } }