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`. + +