summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-26 14:02:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-26 14:02:38 (GMT)
commit4f3f96c2c98ac507f4aa7c83e2393c5c1fdd3cdd (patch)
treefd275566fdb4171e850df2128ac829932bcc69fa /ChangeLog
parent78169fc7f8a7150cd22cfe80204cb2faaa991ba5 (diff)
Limited the displayed calls and strings in tooltips using the configuration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1008968..2c34438 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
17-03-26 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/routine.c:
+ Limit the displayed calls and strings in tooltips using the configuration.
+
+ * src/core/params.c:
+ * src/core/params.h:
+ Update the global default configuration.
+
+17-03-26 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/immediate.c:
Fix the conversion of immediate operands to binary strings.