mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2025-07-28 02:52:18 +00:00
bumps version to 3.0.2
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
## v3.0.2
|
||||||
|
* Fixes a bug when a table was garbage-collected while inspect was trying to render it
|
||||||
|
|
||||||
## v3.0.1
|
## v3.0.1
|
||||||
* Fixes a bug when dealing with tables which have a __len metamethod in Lua >= 5.2
|
* Fixes a bug when dealing with tables which have a __len metamethod in Lua >= 5.2
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
local inspect ={
|
local inspect ={
|
||||||
_VERSION = 'inspect.lua 3.0.1',
|
_VERSION = 'inspect.lua 3.0.2',
|
||||||
_URL = 'http://github.com/kikito/inspect.lua',
|
_URL = 'http://github.com/kikito/inspect.lua',
|
||||||
_DESCRIPTION = 'human-readable representations of tables',
|
_DESCRIPTION = 'human-readable representations of tables',
|
||||||
_LICENSE = [[
|
_LICENSE = [[
|
||||||
|
Reference in New Issue
Block a user