-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# CHANGE LOG | ||
## v0.1.0 | ||
* 初回リリース | ||
* 初回リリース | ||
* 式の評価時にタプルから値を取得する関数の実装がまだされていない( issue参照:https://github.com/ogata-k/sbrd-gen/issues/6 ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# CHANGE LOG | ||
## v0.1.0 | ||
* Initial release | ||
* Initial release | ||
* Not yet impl function to get value from tuple when evaluating script. ( see issue: https://github.com/ogata-k/sbrd-gen/issues/6 ) |