File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
* Changelog
2
+ ** Unreleased 9.0.1
3
+
2
4
** 9.0.0
3
5
* Add language server config for QML (Qt Modeling Language) using qmlls.
4
6
* Add new configuration options for lsp-html. Now able to toggle documentation hovers. Custom data is no longer experimental, and is now a vector.
Original file line number Diff line number Diff line change 1
1
(package "lsp-mode"
2
- "9.0.0 "
2
+ "9.0.1 "
3
3
"LSP mode")
4
4
5
5
(website-url "https://github.com/emacs-lsp/lsp-mode")
Original file line number Diff line number Diff line change 5
5
;; Author: Vibhav Pant, Fangrui Song, Ivan Yonchovski
6
6
;; Keywords: languages
7
7
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (f "0.20.0") (ht "2.3") (spinner "1.7.3") (markdown-mode "2.3") (lv "0") (eldoc "1.11"))
8
- ;; Version: 9.0.0
8
+ ;; Version: 9.0.1
9
9
10
10
;; URL: https://github.com/emacs-lsp/lsp-mode
11
11
;; This program is free software; you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments