From 24a7ae930362259201fa3e33460acb6b6e0c38be Mon Sep 17 00:00:00 2001 From: mopemope Date: Thu, 26 Apr 2018 17:41:12 +0900 Subject: [PATCH] Update --- README.md | 2 +- RELEASES.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 189a7598c..c48bcd61c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Some planned and implemented features: * Jump declaration * Run junit test (include test runner) * Search references -* Full-featured text search +* Full-featured text search (default off) Meghanada-Server support only emacs client (meghanada-mode) diff --git a/RELEASES.md b/RELEASES.md index 1b27ddc46..d1784e29e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,11 @@ -# Version 1.0.0 (2018-04-XX) +# Version 1.0.1 (2018-04-26) + +* Disable full-text-search by default +* Supported import static method completion (experimental) +* Fix package completion +* Fix some bugs and improve stability. + +# Version 1.0.0 (2018-04-07) ## Highlights