Skip to content

Commit 94193b9

Browse files
committed
Release notes: made link to gmnlisp v0.7.10
1 parent 581eb3c commit 94193b9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

release_note_en.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
- Refactor: renamed the structure type managing Pseudoconsole session, goroutine communication channels, and other related information from `Global` to `Env`.
2-
- Dependency: Bump gmnlisp to v0.7.10
3-
- In gmnlisp v0.7.10, symbol names have officially become case-insensitive in accordance with the ISLisp standard.
2+
- Dependency: Bump gmnlisp to [v0.7.10]
3+
- In [gmnlisp v0.7.10], symbol names have officially become case-insensitive in accordance with the ISLisp standard.
44
To ensure consistent behavior, Lispect has adopted the canonical names `*argv*`, `*program-name*`, `*executable-name*`, and `*match*` for built-in global variables.
55
The previous names remain available as aliases for backward compatibility but are now deprecated.
66

7+
[v0.7.10]: https://github.com/hymkor/gmnlisp/releases/tag/v0.7.10
8+
79
v0.5.0
810
======
911
May 3, 2025

release_note_ja.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
- 疑似端末情報やゴルーチン通信用チャンネルなどの情報を管理する構造体名を `Global` から `Env` に改めた。
2-
- gmnlisp を v0.7.10 へ更新
3-
- gmnlisp v0.7.10 ではシンボル名は ISLisp の仕様に従って、英大文字・小文字の区別をしないよにした。一貫性を保証するため、グローバル変数は `*argv*``*program-name*``*executable-name*`、および `*match*` に改名した。以前の名前は非推奨だが、当面のあいだは引き続き使用可能とする。
2+
- gmnlisp を [v0.7.10] へ更新
3+
- [gmnlisp v0.7.10] ではシンボル名は ISLisp の仕様に従って、英大文字・小文字の区別をしないよにした。一貫性を保証するため、グローバル変数は `*argv*``*program-name*``*executable-name*`、および `*match*` に改名した。以前の名前は非推奨だが、当面のあいだは引き続き使用可能とする。
4+
5+
[v0.7.10]: https://github.com/hymkor/gmnlisp/releases/tag/v0.7.10
46

57
v0.5.0
68
======

0 commit comments

Comments
 (0)