1
0
Fork 0
mirror of https://github.com/Reuh/classtoi.git synced 2025-10-27 12:19:31 +00:00
This commit is contained in:
Reuh 2016-04-26 15:50:32 +02:00
parent 71162d5288
commit 9412583311
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,4 @@
0.1.1: 0.1.1:
- Fixed a lot of bugs of the default class __tostring. - Fixed a lot of bugs of the default class __tostring.
0.1.0:
- Initial version.

View file

@ -1,4 +1,3 @@
-- Tue Apr 26 13:56:29 2016
--- Reuh's class library version 0.1.1. Lua 5.1-5.3 and LuaJit compatible. --- Reuh's class library version 0.1.1. Lua 5.1-5.3 and LuaJit compatible.
-- Objects and classes behavior are identical, so you can consider this to be prototype-based. -- Objects and classes behavior are identical, so you can consider this to be prototype-based.
-- Features: -- Features: