From 467236b4d730a624e7da06e367a04743e082cea8 Mon Sep 17 00:00:00 2001 From: mopemope Date: Tue, 5 Jun 2018 17:55:55 +0900 Subject: [PATCH] Update --- RELEASES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index b39fc64..e1425a6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,12 @@ +# Version 1.0.4 (2018-06-05) + +* Support eclipse project (experimental). +* Fix broken custom source formatter. +* Fix broken optimize import. +* Fix decompiled source parse error. +* Decrease cpu usage a little. +* Fix some bugs and improve stability. + # Version 1.0.3 (2018-05-24) * Support import completion from symbol (added import-at-point function).