mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
bump version to 3.2.0
This commit is contained in:
parent
15f6c82c50
commit
28c745f99e
@ -1,6 +1,10 @@
|
||||
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
|
||||
|
||||
* Added Lua 5.3 metamethod support (`__band`, `__bor`, `__bxor`, `__shl`, `__bnot`)
|
||||
|
@ -1,5 +1,5 @@
|
||||
local middleclass = {
|
||||
_VERSION = 'middleclass v3.1.0',
|
||||
_VERSION = 'middleclass v3.2.0',
|
||||
_DESCRIPTION = 'Object Orientation for Lua',
|
||||
_URL = 'https://github.com/kikito/middleclass',
|
||||
_LICENSE = [[
|
||||
|
Loading…
Reference in New Issue
Block a user