aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-06-29 22:46:14 +0100
committerWilfred Hughes <me@wilfred.me.uk>2018-06-29 22:46:14 +0100
commitbc4300efc8e429af273e7f8e45b1015500622f99 (patch)
tree90c14fcbf2f5769f5a82db6a509dd8cdddc30bd0 /CHANGELOG.md
parent35c4c17a850766401cd781ce25318ab135403e2f (diff)
Support pretty view of hook values too
Fixes #129
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21c0f99..151b6f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,14 @@
# v0.12
-Added a 'pretty view' for variables that have string or keymap
-values. For strings, we show properties natively in Emacs. For
-keymaps, we render each keybinding in a human-readable way along with
-a link to the relevant command.
+Added a 'pretty view' for string values, keymap values, and hooks.
+
+* For strings, we show properties natively in Emacs.
+
+* For keymaps, we render each keybinding in a human-readable way along
+with a link to the relevant command.
+
+* For hooks, which are lists of functions and symbols, convert symbols
+ to links.
# v0.11