]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/NEWS.md
Merge branch 'master' of github.com:leoliu/ggtags
[gnu-emacs-elpa] / packages / company / NEWS.md
index 64860ba24711ecfdca693853287eec442e1a6fd7..8c43c584ce74693823aa2add39c68d07fbc54f1a 100644 (file)
@@ -1,5 +1,18 @@
 # History of user-visible changes
 
+## 2013-09-28 (0.6.12)
+
+* Default value of `company-begin-commands` changed to `(self-insert-command)`.
+* Futher improvement in `org-indent-mode` compatibility.
+
+## 2013-08-18 (0.6.11)
+
+* `company-template-c-like-templatify` removes all text after closing paren, for
+  use in backends that display additional info there.
+* `company-cmake` is now bundled.
+* Better `linum` compatibility in Emacs <= 24.2.
+* `company-global-modes`: New option.
+
 ## 2013-05-26 (0.6.10)
 
 * Plays nicer with `org-indent-mode`.