mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-25 02:44:20 +00:00
bump version to 3.2.0
This commit is contained in:
parent
15f6c82c50
commit
28c745f99e
@ -1,6 +1,10 @@
|
|||||||
middleclass changelog
|
middleclass changelog
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
Version 3.2.0
|
||||||
|
|
||||||
|
* Changed the way metamethods were handled to fix certain bugs (un-stubbed metamethods could not be inherited)
|
||||||
|
|
||||||
Version 3.1.0
|
Version 3.1.0
|
||||||
|
|
||||||
* Added Lua 5.3 metamethod support (`__band`, `__bor`, `__bxor`, `__shl`, `__bnot`)
|
* Added Lua 5.3 metamethod support (`__band`, `__bor`, `__bxor`, `__shl`, `__bnot`)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
local middleclass = {
|
local middleclass = {
|
||||||
_VERSION = 'middleclass v3.1.0',
|
_VERSION = 'middleclass v3.2.0',
|
||||||
_DESCRIPTION = 'Object Orientation for Lua',
|
_DESCRIPTION = 'Object Orientation for Lua',
|
||||||
_URL = 'https://github.com/kikito/middleclass',
|
_URL = 'https://github.com/kikito/middleclass',
|
||||||
_LICENSE = [[
|
_LICENSE = [[
|
||||||
|
Loading…
Reference in New Issue
Block a user