]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/NEWS.md
Merge commit '7be4321260f0c73ef4c3cadc646f6bb496650253' from company
[gnu-emacs-elpa] / packages / company / NEWS.md
index 7285278e025d9c76f28d7c7edf494be0f62562d9..6b268113d3b086d3b8e40f11366214edd7870b42 100644 (file)
@@ -1,5 +1,16 @@
 # History of user-visible changes
 
+## 2014-03-18 (0.7.1)
+
+* Group of back-ends can now contain keyword `:with`, which makes all back-ends
+  after it to be skipped for prefix calculation.
+* New function `company-version`.
+* New bundled back-end `company-yasnippet`.
+* Completion candidates returned from grouped back-ends are tagged to remember
+  which back-end each came from.
+* New user option `company-tooltip-align-annotations`, off by default.
+* New bundled back-end `company-bbdb`.
+
 ## 2014-02-18 (0.7)
 
 * New back-end command, `match`, for non-prefix completion.