From e35338984dc416467dd657dba1c3ff832aeff75b Mon Sep 17 00:00:00 2001 From: kikito Date: Mon, 15 Sep 2014 10:51:02 +0200 Subject: [PATCH] Touch stuff about license. Add change log --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ffe53..7354158 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,8 @@ Remember to store the value returned by require somewhere! (I suggest a local va -- or -- table.inspect = require 'inspect' -Also, make sure to read the license file; the text of that license file must appear somewhere in your projects' files. +Also, make sure to read the license; the text of that license file must appear somewhere in your projects' files. For your convenience, it's +included at the begining of inspect.lua. Specs ===== @@ -236,4 +237,17 @@ This project uses [busted](http://olivinelabs.com/busted/) for its specs. If you busted +Change log +========== + +## v3.0 + +The basic functionality remains as before, but there's one backwards-incompatible change if you used `options.filter`. + +* **Removed** `options.filter` +* **Added** `options.process`, which can be used to do the same as `options.filter`, and more. +* **Added** two new constants, `inspect.METATABLE` and `inspect.KEY` +* **Added** `options.indent` & `options.newline`. + +