emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 5adb0be 7/8: Release 0.9.8


From: Dmitry Gutov
Subject: [elpa] master 5adb0be 7/8: Release 0.9.8
Date: Sat, 8 Dec 2018 19:13:05 -0500 (EST)

branch: master
commit 5adb0be1dfa1c9767e888eee5892a10a1f81d582
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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 <address@hidden>
 ;; URL: http://company-mode.github.io/
-;; Version: 0.9.7
+;; Version: 0.9.8
 ;; Keywords: abbrev, convenience, matching
 ;; Package-Requires: ((emacs "24.3"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]