From 3b7174d0d4091f5e6ebb917769822032d079996f Mon Sep 17 00:00:00 2001 From: Akinobu Lee Date: Wed, 2 Sep 2020 10:28:43 +0900 Subject: [PATCH] update doc --- Release-ja.txt | 1 + Release.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Release-ja.txt b/Release-ja.txt index 6228886..a7e4550 100644 --- a/Release-ja.txt +++ b/Release-ja.txt @@ -20,6 +20,7 @@ - Visual Studio 2017 でのビルドに対応。多くのツールのビルドに対応。 - 最新版に合わせたドキュメントを markdown 形式で doc/ 以下に執筆中(フロントエンドまで記述) - GitHubで見やすいよう各ディレクトリに README.md を置き、*.txt を廃止 +- mkdfa (mkfa) がエラー行番号などより詳細なエラーを出力するようになった ○バグ修正 - "mkbingram" で文字コード変換を指定しても無視される不具合を修正 - その他の軽微な修正 diff --git a/Release.txt b/Release.txt index 73b14ee..2f13310 100644 --- a/Release.txt +++ b/Release.txt @@ -19,6 +19,7 @@ Updates: - Update build for Visual Studio 2017, support building more tools. - Re-write documentations in markdown format under "doc" (WIP) - Place README.md in each directory, remove *.txt instead +- mkdfa (mkfa): now outputs detailed error message (line num etc.) Bug fix - "mkbingram" ignores charset conversion options, performs no conversion