Skip to content

Commit

Permalink
Update releasenotes with bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbudmsft committed Feb 28, 2016
1 parent cc7c247 commit 743ecdc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
1.0.5 (beta)
------------

* Add `dbgscript.create_typed_pointer` API.
* Add `dbgscript.create_typed_pointer` API. Acts like `create_typed_object` but
returns a pointer to the object instead. This makes buffer traversal possible
from an explicit buffer start address and element type.

* Fix: `TypedObject.value` API now acts consistently across providers for the
`char` type. Previously, Python would return a `str` but Ruby/Lua would return
an integer type.

1.0.4 (beta)
------------
Expand Down

0 comments on commit 743ecdc

Please sign in to comment.