summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94120dd..4f75240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+16-10-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/db/item.c:
+ * src/analysis/db/item.h:
+ Ensure all items have their label when it is requested.
+
+ * src/arch/dalvik/link.c:
+ Build proper comments for all the Dalvik switch cases.
+
+ * src/arch/dalvik/pseudo/switch.c:
+ * src/arch/dalvik/pseudo/switch.h:
+ Follow the specifications for the sign of the switch keys and targets.
+
16-10-14 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/disassembler.c: