We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df29713 commit f410ba6Copy full SHA for f410ba6
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.9.9 (2017-09-15)
2
+
3
+Features
4
+ - #143: Update to FsAutoComplete 0.34.0
5
6
+Bugfixes:
7
+ - #139: Disable flycheck and fsharp-doc-mode when fsharp-ac-intellisense-enabled is nil
8
9
## 1.9.8 (2017-06-17)
10
11
Features:
@@ -37,7 +45,7 @@ Features
37
45
38
46
## 1.9.3 (2016-10-31)
39
47
Features
40
- - #111: Update to FsAutoComplete 0.30.2
48
+ - #111: Update to FsAutoComplete 0.32.0
41
49
- #109: Define inferior-fsharp-mode as variant of comint mode
42
50
43
51
Bugfixes:
fsharp-mode-pkg.el
@@ -1,6 +1,6 @@
(define-package
"fsharp-mode"
- "1.9.8"
+ "1.9.9"
"F# mode for Emacs"
'((company "0.8.0")
(company-quickhelp "1.2.0")
0 commit comments