diff --git a/CHANGELOG.md b/CHANGELOG.md index c46fd22..c6d44d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.0.1 +* Fixes a bug when dealing with tables which have a __len metamethod in Lua >= 5.2 + ## v3.0.0 The basic functionality remains as before, but there's one backwards-incompatible change if you used `options.filter`. diff --git a/inspect.lua b/inspect.lua index 71f3b75..186730e 100644 --- a/inspect.lua +++ b/inspect.lua @@ -1,5 +1,5 @@ local inspect ={ - _VERSION = 'inspect.lua 3.0.0', + _VERSION = 'inspect.lua 3.0.1', _URL = 'http://github.com/kikito/inspect.lua', _DESCRIPTION = 'human-readable representations of tables', _LICENSE = [[