summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fd61f8..6fcb38a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+17-03-07 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/arch/instruction.c:
+ Update the Python API.
+
+ * src/arch/instruction-int.h:
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/raw.c:
+ Update code.
+
+ * src/common/Makefile.am:
+ Add the 'array.[ch]' files to libcommon_la_SOURCES.
+
+ * src/common/array.c:
+ * src/common/array.h:
+ New entries: create arrays with low memory footprint.
+
17-03-06 Cyrille Bagard <nocbos@gmail.com>
* plugins/androhelpers/params.c: