summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2018-12-12 01:34:41 +0200
committerDmitry Gutov <dgutov@yandex.ru>2018-12-12 01:34:41 +0200
commitc18bd7ea82b74ec090761fea1ead489f6cd675c6 (patch)
tree89b1db0995118675d00b5635e0ed570fdc40b2d4
parent388eec511a7543d77a325dd68081e6e951f64d1f (diff)
#845 Make a longer NEWS entry
-rw-r--r--NEWS.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 753bd6e..c5991dd 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,8 +2,10 @@
## 2018-12-08 (0.9.8)
-* CAPF backend fixed to use the right `:exit-function`
- ([#845](https://github.com/company-mode/company-mode/pull/845)).
+* CAPF backend fixed to use the right `:exit-function`. It can now safely be a
+closure with lexical context capturing the buffer state at the moment when the
+completion table was returned
+([#845](https://github.com/company-mode/company-mode/pull/845)).
## 2018-11-06 (0.9.7)