Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChebik committed Aug 27, 2018
1 parent 5a0309e commit 635c1db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
Autocomplete:
+ `awt` to blacklist.
+ Parameters of method.
+ Return type at the right side.
* Global scanning takes place once.
* Improved item sorting by `text` length, then by `parameters` length and then by alphabetic.
* Reduced memory usage:
* By 15 Mb, with `A pool of strings vs id`.
* By 10 Mb, removed interaction with `UserData`.
* Reduced the number of saved `String` from 10,701 to 6,433.
* Run Analysis in thread.
* Fixed at the `checkCaretPosition`, position < 0.
* Fixed basic keywords.
* Fixed duplicate output of elements.
* Fixed search in clusters after entered `class`.
Expand Down

0 comments on commit 635c1db

Please sign in to comment.