Skip to content

Commit

Permalink
Update Doc/release_note*.md for #317,#318,#319
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Jun 11, 2018
1 parent c05e3ee commit 6ad64ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/release_note_en.md
Original file line number Diff line number Diff line change
@@ -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
===============
Expand Down
5 changes: 5 additions & 0 deletions Doc/release_note_ja.md
Original file line number Diff line number Diff line change
@@ -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
===============
Expand Down

0 comments on commit 6ad64ed

Please sign in to comment.