v1.1.5
- Fix issue where creating
REG_SZ
orREG_EXPANDED_SZ
string registry values
resulted in malformed data. The null terminator for string values was
incorrectly encoded as a single byte instead of the required two bytes for
UTF-16 encoding (#22, thanks to @dancarrollg).