From ff9d874ef4c77935ba6412ce2f8c40c08ff7f9c2 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Sat, 9 Mar 2019 17:24:53 +0800 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 921c017..00815cf 100644 --- a/README.md +++ b/README.md @@ -458,7 +458,7 @@ As you see, z.lua is the fastest one and requires less resource. ## History -- 1.7.0 (2019-03-09): Support ranger, fix ReplaceFile issue in luajit (windows). +- 1.7.0 (2019-03-09): Support [ranger](https://github.com/skywind3000/z.lua/wiki/FAQ#how-to-integrate-zlua-to-ranger-), fix ReplaceFile issue in luajit (windows). - 1.6.0 (2019-03-04): optimize with ffi module (luajit builtin module). - 1.5.11 (2019-03-02): fixed: os.path.isdir doesn't work for symbol link folders. - 1.5.10 (2019-03-01): Prevent writing file racing.