From 09ead310b7e610c9d0a5358860be3a178e61def1 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Sun, 12 Jul 2009 16:03:43 +0000 Subject: [PATCH] Updated the changelog --- CHANGES.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7f94117..d36c16e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,14 +1,16 @@ Please see http://code.google.com/p/idapython/source/list for a detailed list of changes. -Changes from version 1.1.0 to 1.0.92 +Changes from version 1.1.0 to 1.2.0 ------------------------------------ - 64-bit support (largely untested) -- Long running (or inifinitely looping) scripts can not be stopped +- IDA Pro 5.5 support +- Long running (or inifinitely looping) scripts can now be stopped - Host of IDC updates and fixes - netnode.hpp is now mostly wrapped - idautils use generators instead of lists +- Functions() and GetFchunkAttr() now work properly - Lots of cleanups and fixes