Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.9.12 (2018-05-18)

Features:
- #170: Flycheck verify (Improved fsautocomplete diagnostics)

Bugfixes:
- #167: Fix error when visiting a new F# script file and
fsautocomplete is not started
- #168: Add Flycheck predicate function to prevent error when
fsautocomplete is not running
- #162: Stop matching [ as part of normal residue
- #157: Don't change global value of `comment-indent-function'
- #153: Add access control keywords to declaration regexes

## 1.9.11 (2017-10-21)

Features:
Expand Down
2 changes: 1 addition & 1 deletion fsharp-mode-pkg.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(define-package
"fsharp-mode"
"1.9.11"
"1.9.12"
"F# mode for Emacs"
'((company "0.8.0")
(company-quickhelp "1.2.0")
Expand Down
2 changes: 1 addition & 1 deletion fsharp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; 2012-2014 Robin Neatherway <robin.neatherway@gmail.com>
;; Maintainer: Robin Neatherway
;; Keywords: languages
;; Version: 1.9.1
;; Version: 1.9.12

;; This file is not part of GNU Emacs.

Expand Down