branch: externals/company commit d77184094b9a45b204813d824918e1ec2aac8504 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Try to fit all new changes in one entry #1115 --- NEWS.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/NEWS.md b/NEWS.md index fcb3183..21d9ec2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,21 +2,14 @@ ## Next -* New user options `company-quick-access-keys` and - `company-quick-access-modifier` - ([#1115](https://github.com/company-mode/company-mode/pull/1115)). -* New function `company-complete-quick-access` - ([#1115](https://github.com/company-mode/company-mode/pull/1115)). * `company-show-numbers` has been renamed to `company-show-quick-access` ([#1115](https://github.com/company-mode/company-mode/pull/1115)). -* `company-show-numbers-function` has been deprecated and its default + New user options `company-quick-access-keys` and + `company-quick-access-modifier`. + New command `company-complete-quick-access`. + `company-show-numbers-function` has been deprecated and its default value changed to `nil`. Use `company-quick-access-hint-function` - instead - ([#1115](https://github.com/company-mode/company-mode/pull/1115)). -* `company--show-numbers` has been deprecated. - Use `company-quick-access-hint-key` instead, but adjust the default - values appropriately - ([#1115](https://github.com/company-mode/company-mode/pull/1115)). + instead. `company--show-numbers` has been deprecated. * `company-complete-number` has been renamed to `company-complete-tooltip-row` ([#1118](https://github.com/company-mode/company-mode/pull/1118)).