Skip to content

Commit

Permalink
Prepare 6.0 release
Browse files Browse the repository at this point in the history
- Fix typos in the README
- extended changelog
  • Loading branch information
yyoncho committed Jan 20, 2019
1 parent 960d06f commit 789b672
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
- ~completion-at-point~ - display completion using built-in emacs ~completion-at-point~ framework.
- ~lsp-find-definition~ - to find the definition for the symbol under point.
- ~lsp-find-references~ - Find references for the symbol under point.
- ~lsp-lenses-show~ - Show lenses in the current file
- ~lsp-lenses-hide~ - Hide lenses in the current file
- ~lsp-lenses-mode~ (experimental) - Turn on/off lenses in the current file.
- ~lsp-lens-show~ - Show lenses in the current file
- ~lsp-lens-hide~ - Hide lenses in the current file
- ~lsp-lens-mode~ (experimental) - Turn on/off lenses in the current file.
** Settings
- ~lsp-print-io~ - If non-nil, print all messages to and from the language server to ~*Messages*~.
- ~lsp-inhibit-message~ - If non-nil, inhibit the message echo via ~inhibit-message~.
Expand Down
1 change: 1 addition & 0 deletions changelog.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
- changed ~lsp-mode~ settings to more sensible defaults.
- Removed all synchronous calls from the server startup.
- Improved multi-folder support.
- added backends for: Bash, C++, CSS, Dart, Elixir, Fortran, Go, Groovy, HTML, Javascript/Typescript, Javascript/Typescript, Ocaml, PHP, Python, Ruby, Rust, Vue, Flow
2 changes: 1 addition & 1 deletion lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Vibhav Pant, Fangrui Song, Ivan Yonchovski
;; Keywords: languages
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (spinner "1.7.3"))
;; Version: 5.0
;; Version: 6.0

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 789b672

Please sign in to comment.