From e9b766dcdf6ebd09d62911d60a5e7d78e34c6cf9 Mon Sep 17 00:00:00 2001 From: HAYAMA_Kaoru Date: Sat, 3 May 2025 19:07:28 +0900 Subject: [PATCH] Release notes: update renaming of `Global` type to `Env` --- release_note_en.md | 2 ++ release_note_ja.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/release_note_en.md b/release_note_en.md index c76778e..584bc54 100644 --- a/release_note_en.md +++ b/release_note_en.md @@ -1,3 +1,5 @@ +- Refactor: renamed the structure type managing Pseudoconsole session, goroutine communication channels, and other related information from `Global` to `Env`. + v0.5.0 ====== May 3, 2025 diff --git a/release_note_ja.md b/release_note_ja.md index d4118a4..96d765f 100644 --- a/release_note_ja.md +++ b/release_note_ja.md @@ -1,3 +1,5 @@ +- 疑似端末情報やゴルーチン通信用チャンネルなどの情報を管理する構造体名を `Global` から `Env` に改めた。 + v0.5.0 ====== May 3, 2025