= Upgrading from 0.2 = * The load(), loadfile(), and loadstring() functions no longer execute lua_pcall. * luaxx.h has be renamed to luaxx.hpp * Luaxx is no longer a header only library. You will now need to link your program with the luaxx library. = Upgrading from 0.1 = There were several API changes from 0.1 to 0.2, they are listed below. * The as(), is(), to(), and push() functions now use templates and may have slightly different signatures. vim: set tw=79 fo+=aw: