diff --git a/changelog.txt b/changelog.txt index 7ddf7ec..9139b0d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1,4 @@ 0.1.1: - - Fixed a lot of bugs of the default class __tostring. \ No newline at end of file + - Fixed a lot of bugs of the default class __tostring. +0.1.0: + - Initial version. diff --git a/classtoi.lua b/classtoi.lua index ea860ab..d6c0bda 100644 --- a/classtoi.lua +++ b/classtoi.lua @@ -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. -- Objects and classes behavior are identical, so you can consider this to be prototype-based. -- Features: