This commit is contained in:
Irmen de Jong 2023-03-08 23:52:14 +01:00
parent c968bacb01
commit 9a36e8ba3b

View File

@ -5,7 +5,8 @@ For next minor release
^^^^^^^^^^^^^^^^^^^^^^
- fix Github issue with X register https://github.com/irmen/prog8/issues/94
- fix Github issue with array problems https://github.com/irmen/prog8/issues/99
- fix IR/VM: animals.p8 example somehow doesn't print the animal name correctly in the first question, and exits after 1 animal instead of looping
- fix IR/VM: animals.p8 example is borked, it jumps straight to a suggestion and then somehow doesn't print the animal name correctly in the first question, and exits after 1 animal instead of looping
this has happened after v8.7: caused by c21913a6 ir: keep order of children in block 22-11-2022
...