Skip to content

Commit

Permalink
Update release_note*.md for #279
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Feb 19, 2018
1 parent 9c877d2 commit 2c6fbe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/release_note_en.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
English / [Japanese](release_note_ja.md)

* `ls -?` for help instead of `ls -h`
* Building with `go build` instead of make.cmd, print version as `snapshot-GOARC
H`
* Building with `go build` instead of make.cmd, print version as `snapshot-GOARCH`
* Show an error when `type DIRECTORY` is executed.
* Made error message simple on `del NOTEXISTFILE`
* Fix: #279 Substitution on Environment variable (%VAR:OLD=NEW%) did not ignore case

NYAGOS 4.2.3\_3
===============
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 @@
* make.cmd のかわりに go build でビルドした時、バージョンを `snapshot-GOARCH` と表示するようにした
* `type DIRECTORY` が実行された時にエラーにするようにした。
* `del 存在しないファイル` を実行した時のエラーをシンプルにした.
* #279 環境変数置換(%VAR:OLD=NEW%)で、英大文字/小文字を区別していた不具合を修正

NYAGOS 4.2.3\_3
===============
Expand Down

0 comments on commit 2c6fbe8

Please sign in to comment.