aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-03-02 22:37:20 +0000
committerWilfred Hughes <me@wilfred.me.uk>2018-03-02 22:38:27 +0000
commit5a7329b57c5a0bffc052c9a8353ecb67cecf0616 (patch)
tree7e0503d66aad91734fd74a59cf82591e1444b5d9 /CHANGELOG.md
parent656ff91eb6094bbd5a78dcd6ef1e9ccb4d257a4d (diff)
Allow users to specify the function used to display the buffer0.8
Fixes #90 Closes #92
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6132a9a..d43dd96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# v0.8
+Added setting `helpful-switch-buffer-function` to allow users to
+control how the Helpful buffer is shown.
+
Fixed a crash on functions where the last form in their definition is
a plain symbol.