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

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

[elpa] master 656ad10 37/38: Release 0.9.13


From: Dmitry Gutov
Subject: [elpa] master 656ad10 37/38: Release 0.9.13
Date: Sat, 25 Jul 2020 19:51:17 -0400 (EDT)

branch: master
commit 656ad10670512e135a0a5881f127bb7a789ef8ca
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Release 0.9.13
---
 NEWS.md    | 6 +++++-
 company.el | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 7c1f292..f1f1d05 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,8 @@
 # History of user-visible changes
 
-## Next
+## 2020-07-26 (0.9.13)
 
+* `company-clang`: error handling is more permissive.
 * `company-tng` stops disabling `post-completion` in backends
   ([#946](https://github.com/company-mode/company-mode/pull/946)). Instead,
   `company-tng-configure-default` disables snippet expansion in most popular
@@ -9,6 +10,9 @@
   `company-tng`, disable snippet insertion by customizing a relevant option
   provided by the backend. The result is better compatibility with LSP backends
   because they currently depend on `post-completion` in all cases.
+* `company-keywords`: additions for C and C++.
+* `company-yasnippet` supports the `doc-buffer` action.
+* `company-bbdb` supports more headers.
 
 ## 2020-02-07 (0.9.12)
 
diff --git a/company.el b/company.el
index d1f17fe..d460b88 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.12
+;; Version: 0.9.13
 ;; Keywords: abbrev, convenience, matching
 ;; Package-Requires: ((emacs "24.3"))
 



reply via email to

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