From f2a16323d4d5e87ee903be654518cd0468829df3 Mon Sep 17 00:00:00 2001
From: "SND\\kernelnet_cp"
 <SND\kernelnet_cp@9b283d60-5439-405e-af05-b73fd8c4d996>
Date: Thu, 29 Sep 2011 06:03:19 +0000
Subject: [PATCH] ready for release 0.0.20

git-svn-id: https://pykd.svn.codeplex.com/svn@70108 9b283d60-5439-405e-af05-b73fd8c4d996
---
 changelog | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/changelog b/changelog
index 6e64dc9..d07be10 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,18 @@
+version 0.0.20 29/09/2011
+
+[+] added : routine breakin ( Break into debugger ) 
+[+] added : cpuReg constructor with index parameter 
+[+] added : attachProcess routine ( attach debugger to the exsisting process ) 
+[+] added : attachKernel routine ( attach debugger to a kernel target ) 
+[+] added : TypedVar instantiation by symbol name
+[+] added : Exception debug event
+[+] added : assembly method for disasm class
+[+] added : debuggerPath routine ( Return full path to the process image that uses pykd )
+
+[!] fixed: issue 9219 ( the call of the go() routine results in a deadlock for multithreading app ) 
+[!] fixed: issue 9518 ( Problem with dbgCommand('!analyze -v') )
+[!] fixed: issue 9555 ( dbgModuleClass.name() corrupts output )
+
 version 0.0.19 28/07/2011
 
 [+] added : typedVar::data method ( Return raw string object with data stream )