From 6e4ea41fc1717e6ea2a505b67a9a9b90d30c7a61 Mon Sep 17 00:00:00 2001 From: Kapiainen Date: Sat, 5 Mar 2016 13:59:25 +0200 Subject: [PATCH] Updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 37e108f..564c17d 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,10 @@ Single file build system and a batch build variant. - SKSE mod event names ## **Changelog** +Version 1.0.4 - 2016/03/05: + - Fixed a bug in the linter related to casting from arrays to other types. + - Fixed a bug that caused certain completions to be suggested outside of function/event definitions when they should not. + Version 1.0.3 - 2016/03/05: - Added completions for Find and RFind functions for arrays. - Added missing return type in the description of the GetState function's completion.