mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
update changelog
This commit is contained in:
parent
7894eb7790
commit
4789a39d14
@ -1,6 +1,15 @@
|
||||
middleclass changelog
|
||||
====================
|
||||
|
||||
Version 4.0.0
|
||||
|
||||
* Unified the method and metamethod lookup into a single algorithm
|
||||
* Added the capacity of setting up the `__index` metamethod in classes
|
||||
* Removed global `Object` (classes created with `class(<name>)` have no superclass now)
|
||||
* Removed default method `Class:implements(<mixin>)`
|
||||
* Removed default method `Class:allocate`
|
||||
* Renamed several internal functions
|
||||
|
||||
Version 3.2.0
|
||||
|
||||
* Changed the way metamethods were handled to fix certain bugs (un-stubbed metamethods could not be inherited)
|
||||
|
Loading…
Reference in New Issue
Block a user