From 88fbe402d3329450eee3186c3641b8b54618aa1a Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 22 Dec 2016 22:13:13 +0800 Subject: [PATCH] update ChangeLog --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index fe2d6325..b8b54c5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ This file details the changelog of Unicorn Engine. +---------------------------------- +[Version 1.0-rc1]: December 22nd, 2016 + +- Lots of bugfixes in all architectures. +- Better support for ARM Thumb. +- Fix many memory leaking issues. +- New bindings: Haskell, MSVC. +- Better support for Python3. +- New APIs: uc_query, uc_reg_write_batch, uc_reg_read_batch, uc_mem_map_ptr, uc_mem_regions, uc_context_alloc, uc_context_save & uc_context_restore. +- New memory hook type: UC_HOOK_MEM_READ_AFTER. +- Add new version macros UC_VERSION_{MAJOR, MINOR, EXTRA} + ---------------------------------- [Version 0.9]: October 15th, 2015