bump version to 4.1.0

This commit is contained in:
kikito 2016-07-02 06:08:20 +02:00
parent 0250f97bea
commit 13e889d06c
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
middleclass changelog
====================
Version 4.1.0
* Simplifies implementation of `isInstanceOf` and `isSubclassOf`. They will now raise an error if their first
parameter (the `self`) isn't an instance or a class respectively.
Version 4.0.0
* Unified the method and metamethod lookup into a single algorithm

View File

@ -1,5 +1,5 @@
local middleclass = {
_VERSION = 'middleclass v4.0.0',
_VERSION = 'middleclass v4.1.0',
_DESCRIPTION = 'Object Orientation for Lua',
_URL = 'https://github.com/kikito/middleclass',
_LICENSE = [[