Skip to content

Commit

Permalink
Doc/release_note*.md: wrote about utf8.len() (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Aug 19, 2018
1 parent a300a61 commit 5842909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Doc/release_note_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ English / [Japanese](release_note_ja.md)
* #332 stop buffering on io.open("w") (Thx! @spiegel-im-spiegel)
* #333 Fix file:seek() did not work on reading as expected (Thx! @erw7)
* #333 Fix file:close()'s return value was invalid. (Thx! @erw7)
* #319 Impl utf8.len()

NYAGOS 4.3.3\_0
===============
Expand Down
1 change: 1 addition & 0 deletions Doc/release_note_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* #332 io.open("w") でバッファリングしないようにした (Thx! @spiegel-im-spiegel)
* #333 Fix file:seek() が読み取り時に期待どおり同しなかった点を修正 (Thx! @erw7)
* #333 Fix file:close() の戻り値がおかしかった点を修正 (Thx! @erw7)
* #319 utf8.len() を実装

NYAGOS 4.3.3\_0
===============
Expand Down

0 comments on commit 5842909

Please sign in to comment.