diff --git a/Doc/release_note_en.md b/Doc/release_note_en.md index 4b864edb..0b93369b 100644 --- a/Doc/release_note_en.md +++ b/Doc/release_note_en.md @@ -1,6 +1,11 @@ English / [Japanese](release_note_ja.md) * Remove source code for lua53.dll +* #317: deadlock when `use "subcomplete"` is enabled and rclone.exe is found. + - See also: https://github.com/yuin/gopher-lua/issues/181 +* #318,#319: add compatible functions with lua 5.3 + - bit32.band/bitor/bxor + - utf8.char/charpattern/codes NYAGOS 4.3.1\_0 =============== diff --git a/Doc/release_note_ja.md b/Doc/release_note_ja.md index 69186004..454b1907 100644 --- a/Doc/release_note_ja.md +++ b/Doc/release_note_ja.md @@ -1,6 +1,11 @@ [English](release_note_en.md) / Japanese * lua53.dll 向けのソースコードを削除 +* #317: `use subcomplete` が有効で、rclone.exe が見付かった時デッドロックしていた + - https://github.com/yuin/gopher-lua/issues/181 も参照のこと +* #318,#319 下記の Lua 5.3 互換関数を追加 + - bit32.band/bitor/bxor + - utf8.char/charpattern/codes NYAGOS 4.3.1\_0 ===============