From a709e68dce3b6df1904410cb1eba78e4f6a6f958 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 20 Apr 2017 13:28:02 +0800 Subject: [PATCH] update ChangeLog --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3d9d04..8ff87b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,13 @@ This file details the changelog of Unicorn Engine. ---------------------------------- -[Version 1.0.1]: April, 2017 +[Version 1.0.1]: April 20th, 2017 - Properly handle selected-architecture build. - Fix compilation issues on PPC & S390x. - Fix a memory leak on uc_mem_protect(). -- Support ARM big-endian. - ARM: + - Support big-endian mode. - Correct instruction size of Thumb/Thumb2 code. - Support read/write APSR register. - ARM64: