aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 233f900..8c7b058 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ your project:
84 compatible to Lua 5.3's string packing!) (See [here][4]) 84 compatible to Lua 5.3's string packing!) (See [here][4])
85* `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`, 85* `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`,
86 and `math.ult` (see [here][5]) 86 and `math.ult` (see [here][5])
87* `assert` accepts non-string error messages
87* `ipairs` respects `__index` metamethod 88* `ipairs` respects `__index` metamethod
88* `table.move` 89* `table.move`
89* `table` library respects metamethods 90* `table` library respects metamethods