diff --git a/CHANGELOG.md b/CHANGELOG.md index 4081219..bc2311b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v3.1.1 + +* Better handling of LuaJIT's `ctype` and `cdata` values (#34, thanks @akopytov) + ## v3.1.0 * Fixes bug: all control codes are escaped correctly (instead of only the named ones such as \n).