From 5adb0be1dfa1c9767e888eee5892a10a1f81d582 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 9 Dec 2018 02:06:21 +0200 Subject: Release 0.9.8 --- NEWS.md | 5 +++++ company.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 ;; URL: http://company-mode.github.io/ -;; Version: 0.9.7 +;; Version: 0.9.8 ;; Keywords: abbrev, convenience, matching ;; Package-Requires: ((emacs "24.3")) -- cgit v1.2.3