diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2311b..c87fd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v3.1.2 + +* DEL character is properly escaped in strings (#49, thanks @4mig4 and @LoganDark for the bug report) + ## v3.1.1 * Better handling of LuaJIT's `ctype` and `cdata` values (#34, thanks @akopytov)