]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
Add company-semantic-begin-after-member-access
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index a32baded2b8c3a0ea6cf5b860dc0c1d9fb1d3707..3a22f7e7c75bef430d39a65c6c39e045fd18f403 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,13 @@
 
 ## Next
 
+* `company-semantic-begin-after-member-access`: New option. Similar to the one
+  in `company-clang`.
+* `company-capf` accepts `:company-prefix-length` property function.
+* New face `company-tooltip-annotation-selection`, used for the annotation in
+  the selected tooltip line.
+* `company-clang-objc-templatify` has been renamed to
+  `company-template-objc-templatify`.
 * When duplicates are removed, completions without annotations are also removed
   in favor of completions with equal names that have annotations (experimental
   change) ([#432](https://github.com/company-mode/company-mode/issues/432)).