From 6190ad90c7960579ec31ffcd79e9e59cf2d48c05 Mon Sep 17 00:00:00 2001 From: Philipp Janda Date: Tue, 18 Aug 2015 03:45:53 +0200 Subject: Mention assert() implementation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 233f900..8c7b058 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ your project: compatible to Lua 5.3's string packing!) (See [here][4]) * `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`, and `math.ult` (see [here][5]) +* `assert` accepts non-string error messages * `ipairs` respects `__index` metamethod * `table.move` * `table` library respects metamethods -- cgit v1.2.3-55-g6feb