diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d44d2..76b6ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 * Fixes a bug when dealing with tables which have a __len metamethod in Lua >= 5.2 diff --git a/inspect.lua b/inspect.lua index a611558..3c9c2a8 100644 --- a/inspect.lua +++ b/inspect.lua @@ -1,5 +1,5 @@ local inspect ={ - _VERSION = 'inspect.lua 3.0.1', + _VERSION = 'inspect.lua 3.0.2', _URL = 'http://github.com/kikito/inspect.lua', _DESCRIPTION = 'human-readable representations of tables', _LICENSE = [[