From aa3e2a7a73de441614db10b6c3b8cf226f82f218 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 16 Feb 2015 16:54:21 -0600 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3cb38..83010de 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Here you'll find examples of how to peek and poke objects using the Poke module. ### Version History +* 1.1 - adds support for invoking methods with ref/out parameters ([ref]) * 1.0.2 - readonly fields are now settable like regular fields * 1.0.1 - Compatibility fixes for v3 beta / .net 4.5 * 1.0 - Initial release