We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfdd2c commit 85cebd3Copy full SHA for 85cebd3
CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## v0.3.3
9
+
10
+### Added
11
12
+- `pso.read_mem_str(addr, len)` - Read a block of memory into a Lua
13
+ string. This is likely to be more performant, but you will have to
14
+ use `string.byte` on the characters yourself and bit ops to
15
+ compose larger integers, floats, etc.
16
17
## v0.3.2
18
19
### Added
0 commit comments