Skip to content

Commit 85cebd3

Browse files
committed
Update changelog, cut v0.3.3
1 parent bcfdd2c commit 85cebd3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

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+
817
## v0.3.2
918

1019
### Added

0 commit comments

Comments
 (0)