Skip to content

Commit e5f7857

Browse files
Bump version number to 1.9.13
1 parent 177513b commit e5f7857

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.9.13 (2018)
2+
3+
Features:
4+
- #193: Update to FSAC 0.36
5+
- Fixes #183: Load .Net Core projects that reference other projects
6+
- Fixes #182: .fs files not parsed
7+
Bugfixes:
8+
- #190: Fix attribute locking, improve imenu support
9+
- #189: Fix bug in font locking for active patterns
10+
- #187: Fix Infinite loop when file begins with a comment preceded
11+
by whitespace
12+
- #180: Use scoop instead of Chocolatey package for Appveyor testing
13+
- #179: Use portable (Windows support) Makefile
14+
- #176: Add F# Tools 10.1 SDK directory to search dirs
15+
- #175: Paths with characters outside ASCII gives error FS2302 (Windows)
16+
- #171: Fix for phrase detection for if/then/else constructs
17+
118
## 1.9.12 (2018-05-18)
219

320
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.12"
3+
"1.9.13"
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.12
10+
;; Version: 1.9.13
1111

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

0 commit comments

Comments
 (0)