Skip to content

Commit 20506dd

Browse files
Bump version number to 1.9.12
1 parent 6b406a4 commit 20506dd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.9.12 (2018-05-18)
2+
3+
Features:
4+
- #170: Flycheck verify (Improved fsautocomplete diagnostics)
5+
6+
Bugfixes:
7+
- #167: Fix error when visiting a new F# script file and
8+
fsautocomplete is not started
9+
- #168: Add Flycheck predicate function to prevent error when
10+
fsautocomplete is not running
11+
- #162: Stop matching [ as part of normal residue
12+
- #157: Don't change global value of `comment-indent-function'
13+
- #153: Add access control keywords to declaration regexes
14+
115
## 1.9.11 (2017-10-21)
216

317
Features:

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.11"
3+
"1.9.12"
44
"F# mode for Emacs"
55
'((company "0.8.0")
66
(company-quickhelp "1.2.0")

fsharp-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; 2012-2014 Robin Neatherway <robin.neatherway@gmail.com>
88
;; Maintainer: Robin Neatherway
99
;; Keywords: languages
10-
;; Version: 1.9.1
10+
;; Version: 1.9.12
1111

1212
;; This file is not part of GNU Emacs.
1313

0 commit comments

Comments
 (0)