summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-04 23:27:53 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-04 23:27:53 +0100
commit248e75827c438ca7984fc5a32bfb9124c25bfbf0 (patch)
tree0f878a1b7a8f4aa9940a34b6ff65d03596e65029 /Changelog
parent534ddfd3245fe661db02fac04b9eba5cf859c070 (diff)
ChangeLog updates
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 68d648a4..4aa2ceef 100644
--- a/Changelog
+++ b/Changelog
@@ -12,11 +12,12 @@
- Update manpage (#289, #291)
- Improve speed of reading stdin in dmenu mode.
- Correctly handle modifier keys now. Should now support most weird keyboard layouts and switching between them.
- (#268, #265, #286)
+ (#268, #265, #286)
- Correctly set locale, fixing issues with entering special characters. (#282)
- DRun mode support `NoDisplay` setting (#283)
- Pango markup is matched when filtering. (#273)
Bug fixes:
+ - Improve error message (#290)
- Correctly switch to next entry on multi-select when list is filtered (#292)
- Switch __FUNCTION__ for __func__. (#288)
- Fix segfault on empty list and moving through it. (#256,#275)