Skip to content

Commit f410ba6

Browse files
committed
Bump version number to 1.9.9
1 parent df29713 commit f410ba6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 1.9.8 (2017-06-17)
210

311
Features:
@@ -37,7 +45,7 @@ Features
3745

3846
## 1.9.3 (2016-10-31)
3947
Features
40-
- #111: Update to FsAutoComplete 0.30.2
48+
- #111: Update to FsAutoComplete 0.32.0
4149
- #109: Define inferior-fsharp-mode as variant of comint mode
4250

4351
Bugfixes:

fsharp-mode-pkg.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(define-package
22
"fsharp-mode"
3-
"1.9.8"
3+
"1.9.9"
44
"F# mode for Emacs"
55
'((company "0.8.0")
66
(company-quickhelp "1.2.0")

0 commit comments

Comments
 (0)