summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-09-01 22:34:09 +0200
committerpgen <p.gen.progs@gmail.com>2020-09-01 23:54:09 +0200
commit2a801c707b6a1d0d404343bb7903a9b67d9a8721 (patch)
tree23a74c06fc028b72284dc9bc8bf700f7cc53c6ed /ChangeLog
parent37906c7ceac799d2fe61f2c2194bbe0bf0ba7fb4 (diff)
Support networks with high latency
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c4471b..c52335a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,7 @@
* -N and -U options can now have multiple arguments.
* Fuzzy and substring searches now ignore leading and trailing blanks.
* Unicode codepoints can now be entered using the new \U notation.
+ * smenu has been optimized to support networks with high latency.
* Misc:
+ A note in the README to thank the packagers has been added.
+ The code has been adjusted to conform to C99.