----------------
* GH93: New method ``LuaRuntime.compile()`` to compile Lua code
without executing it.
(patch by TitanSnow)
* GH91: Lua 5.3 is bundled in the source distribution to simplify
one-shot installs.
(patch by TitanSnow)
* GH87: Lua stack trace is included in output in debug mode.
(patch by aaiyer)
* GH78: Allow Lua code to intercept Python exceptions.
(patch by Sergey Dobrov)
* Built with Cython 0.26.1.