From 9412583311112c6813f8602c17d84f6be11174c5 Mon Sep 17 00:00:00 2001 From: Reuh Date: Tue, 26 Apr 2016 15:50:32 +0200 Subject: [PATCH] Stuff --- changelog.txt | 4 +++- classtoi.lua | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) 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: