]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
company-search-map: Include <up> and <down> bindings
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 553155e35cb127690ec1d01ceb9878c02fcb0530..aa98b51b8c1eafdcc8bb1a8634ba0ed3e9901dd4 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,15 @@
 
 ## Next
 
+* Pressing `<up>` or `<down>` doesn't quit the search mode.
+
+## 2015-01-23 (0.8.9)
+
+* New commands `company-next-page` and `company-previous-page`, remapping
+  `scroll-up-command` and `scroll-down-command` during completion.
+
+## 2015-01-13 (0.8.8)
+
 * Pressing `M-n` or `M-p` doesn't quit the search mode.
 * New command `company-complete-common-or-cycle`. No default binding.
 * `company-search-toggle-filtering` replaced `company-search-kill-others`.