forked from kuina/Kuin
-
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
1 changed file
with
12 additions
and
1 deletion.
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,6 +1,6 @@ | ||
------------------------------------------------------------------------------- | ||
Kuin Programming Language | ||
v.2018.6.17 | ||
v.2018.7.17 | ||
(C) Kuina-chan | ||
------------------------------------------------------------------------------- | ||
|
||
|
@@ -43,6 +43,17 @@ v.2018.6.17 | |
4. 変更履歴 | ||
------------------------------------------------------------------------------- | ||
|
||
v.2018.7.17 | ||
- よく使うコードを簡単に挿入できる、スニペット機能の追加 | ||
- 互換性が失われる変更 | ||
- [email protected]を[email protected]に変更 | ||
- 細かな機能追加 | ||
- [email protected]、[email protected]、 | ||
[email protected]メソッドの追加 | ||
- [email protected]、[email protected]イベントの追加 | ||
- 細かな不具合の修正 | ||
- math@lcm関数に渡す値が大きいとオーバーフローする不具合の修正 | ||
|
||
v.2018.6.17 | ||
- 互換性が失われる変更 | ||
- 「+**」構文の廃止と、オーバーライド元メソッドを参照する「super」構文の | ||
|