mirror of
https://github.com/kikito/inspect.lua.git
synced 2024-12-15 14:34:21 +00:00
bumps version to 3.0.3 and updates changelog
This commit is contained in:
parent
5673f2364d
commit
a998635207
@ -1,3 +1,7 @@
|
|||||||
|
## v3.0.3
|
||||||
|
* Fixes a bug which sometimes displayed struct-like parts of tables as sequence-like due
|
||||||
|
to the way rawlen/the # operator are implemented.
|
||||||
|
|
||||||
## v3.0.2
|
## v3.0.2
|
||||||
* Fixes a bug when a table was garbage-collected while inspect was trying to render it
|
* Fixes a bug when a table was garbage-collected while inspect was trying to render it
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
local inspect ={
|
local inspect ={
|
||||||
_VERSION = 'inspect.lua 3.0.2',
|
_VERSION = 'inspect.lua 3.0.3',
|
||||||
_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 = [[
|
||||||
|
Loading…
Reference in New Issue
Block a user