From a9986352070deb273d2aef38c682390a79d61bf3 Mon Sep 17 00:00:00 2001 From: kikito Date: Sun, 6 Mar 2016 17:15:06 +0100 Subject: [PATCH] bumps version to 3.0.3 and updates changelog --- CHANGELOG.md | 4 ++++ inspect.lua | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b6ba3..c37a79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 * Fixes a bug when a table was garbage-collected while inspect was trying to render it diff --git a/inspect.lua b/inspect.lua index c07d407..39f43af 100644 --- a/inspect.lua +++ b/inspect.lua @@ -1,5 +1,5 @@ local inspect ={ - _VERSION = 'inspect.lua 3.0.2', + _VERSION = 'inspect.lua 3.0.3', _URL = 'http://github.com/kikito/inspect.lua', _DESCRIPTION = 'human-readable representations of tables', _LICENSE = [[