]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
company-clang: Only initialize in supported major modes
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index a4d0afe2106491281105eba105904b7869c19f2f..a14f6058f7b9ae056f74b559ea87bf6e80367039 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,9 @@
 
 ## Next
 
+* `company-clang` is now only initialized in supported buffers.
+  So, no error messages if you don't have Clang until you open a C file.
+* `company-clang` recognizes Clang included with recent Xcode.
 * New commands `company-select-previous-or-abort` and
   `company-select-next-or-abort`, bound to `<up>` and `<down>`.