Release notes: made link to gmnlisp v0.7.10

This commit is contained in:
HAYAMA_Kaoru
2025-05-08 10:41:05 +09:00
parent 581eb3cd74
commit 94193b9e08
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
- Refactor: renamed the structure type managing Pseudoconsole session, goroutine communication channels, and other related information from `Global` to `Env`.
- Dependency: Bump gmnlisp to v0.7.10
- In gmnlisp v0.7.10, symbol names have officially become case-insensitive in accordance with the ISLisp standard.
- Dependency: Bump gmnlisp to [v0.7.10]
- In [gmnlisp v0.7.10], symbol names have officially become case-insensitive in accordance with the ISLisp standard.
To ensure consistent behavior, Lispect has adopted the canonical names `*argv*`, `*program-name*`, `*executable-name*`, and `*match*` for built-in global variables.
The previous names remain available as aliases for backward compatibility but are now deprecated.
[v0.7.10]: https://github.com/hymkor/gmnlisp/releases/tag/v0.7.10
v0.5.0
======
May 3, 2025
+4 -2
View File
@@ -1,6 +1,8 @@
- 疑似端末情報やゴルーチン通信用チャンネルなどの情報を管理する構造体名を `Global` から `Env` に改めた。
- gmnlisp を v0.7.10 へ更新
- gmnlisp v0.7.10 ではシンボル名は ISLisp の仕様に従って、英大文字・小文字の区別をしないよにした。一貫性を保証するため、グローバル変数は `*argv*``*program-name*``*executable-name*`、および `*match*` に改名した。以前の名前は非推奨だが、当面のあいだは引き続き使用可能とする。
- gmnlisp を [v0.7.10] へ更新
- [gmnlisp v0.7.10] ではシンボル名は ISLisp の仕様に従って、英大文字・小文字の区別をしないよにした。一貫性を保証するため、グローバル変数は `*argv*``*program-name*``*executable-name*`、および `*match*` に改名した。以前の名前は非推奨だが、当面のあいだは引き続き使用可能とする。
[v0.7.10]: https://github.com/hymkor/gmnlisp/releases/tag/v0.7.10
v0.5.0
======