Add release_note_ja.md

This commit is contained in:
HAYAMA_Kaoru
2024-12-05 14:04:01 +09:00
parent 8dec5b0143
commit cf763d7642
2 changed files with 23 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
- `(spawn)` returns a process-id now
- Implement `(wait PROCESS-ID)`
- Rename system variables (**Breaking changes**)
- `args``ARGV`
- `$PROGRAM_NAME``PROGRAM-NAME`
- `$EXECUTABLE_NAME``EXECUTABLE-NAME`
- Fix: expect: when monitoring words were output in succession, the latter was sometimes overlooked
v0.2.0
======
Dec.4, 2024
- Fix: on Linux, `~%` feeded line, but it did not carriage return
- On gmnlisp changes
- Support unicode character literal `#\U3042` like CommonLisp
- Implement `(setenv "NAME" "VALUE")`
- Implement `$MATCH` - the matching string in the block of `(expect*)`
v0.1.0
======
Dec.2, 2024
- First Release