From f713021bc0e242a305dcf4c1f018c53e284fd372 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 18 Apr 2017 23:29:51 +0800 Subject: [PATCH] update Changelog for 1.0.1 --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4fba368a..d3d9d04e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ This file details the changelog of Unicorn Engine. +---------------------------------- +[Version 1.0.1]: April, 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: + - Correct instruction size of Thumb/Thumb2 code. + - Support read/write APSR register. +- ARM64: + - Support read/write NEON registers. + - Support read/write NZCV registers. +- Mips: Support read/write Mips64 registers. +- X86: Support read/write MSR. +- Haskell binding: update to the latest API. +- Python: allow not having PATH setup. + ---------------------------------- [Version 1.0]: February 23rd, 2017