From e6312c24e81a74bf04b6170cf31ee8f1eeb89369 Mon Sep 17 00:00:00 2001 From: ReactiioN1337 Date: Sat, 18 Nov 2017 23:26:00 +0100 Subject: [PATCH] :bookmark: updated changelog --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index e0c7d84..e2fa3be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +1.1.1 / 2017-11-18 +================== +* :rocket: updated Lua API + * :white_check_mark: pluginIsLoaded(name[, find]) + * `name` - (*string*) - The plugin name (example: `easy_memory86.dll`) + * `find` - (*boolean* optional, default `false`) - If `true` the function will succeed if any module contains `name` + * **returns:** `true` or `false` + 1.1.0 / 2017-11-18 ================== * :rocket: updated Lua API