summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md5
-rw-r--r--company.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index d75973c..753bd6e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,10 @@
# History of user-visible changes
+## 2018-12-08 (0.9.8)
+
+* CAPF backend fixed to use the right `:exit-function`
+ ([#845](https://github.com/company-mode/company-mode/pull/845)).
+
## 2018-11-06 (0.9.7)
* For more sophisticated highlighting in non-prefix completion, a backend may
diff --git a/company.el b/company.el
index f60fa1b..3e32fa1 100644
--- a/company.el
+++ b/company.el
@@ -5,7 +5,7 @@
;; Author: Nikolaj Schumacher
;; Maintainer: Dmitry Gutov <dgutov@yandex.ru>
;; URL: http://company-mode.github.io/
-;; Version: 0.9.7
+;; Version: 0.9.8
;; Keywords: abbrev, convenience, matching
;; Package-Requires: ((emacs "24.3"))