summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@live.in>2016-04-21 20:52:16 +0530
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-21 08:22:16 -0700
commitb145e3e54113e37dc1c97e93f864367582fe5ebc (patch)
tree599d1cd087b00821232fe14c46afd4a3cab95cd1 /CHANGELOG.md
parentf50c753ca32807fa3464ac833906aa1840d48573 (diff)
[#1561] Font-lock vars, macros, and functions in the ns-browser (#1695)
Use each var's info from a running repl to decide a font-face.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74ab24c4..a12c8cb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,10 @@
* Use `cider-apropos-select` instead of `cider-apropos` in `cider-apropos-documentation-select`.
+* [#1561] Use an appropriate font-lock-face for variables, macros and functions in
+the ns-browser.
+
+
## 0.12.0 (2016-04-16)
### New Features