]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/NEWS.md
Merge commit 'ed44aa9bcebcc055551a2d018db9080ee0e9866f'
[gnu-emacs-elpa] / packages / company / NEWS.md
index 47814ffe44a7836091c8fb3cbf7a8d24d5d774c4..56bebb657a7aecca393e3dfa9b3935c24faf76eb 100644 (file)
@@ -1,5 +1,14 @@
 # History of user-visible changes
 
+## 2014-10-15 (0.8.6)
+
+* `company-clang` and `company-template-c-like-templatify` support templated
+  functions and arguments.
+* `company-dabbrev` ignores "uninteresting" buffers by default. Depends on the
+  new user option, `company-dabbrev-ignore-buffers`.
+* `company-files` checks directory's last modification time.
+* `company-files` supports relative paths and Windows drive letters.
+
 ## 2014-08-13 (0.8.4)
 
 * `company-ropemacs` is only used when `ropemacs-mode` is on.