mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
bump version to 4.1.0
This commit is contained in:
parent
0250f97bea
commit
13e889d06c
@ -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
|
||||
|
@ -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 = [[
|
||||
|
Loading…
Reference in New Issue
Block a user