diff --git a/docs/source/todo.rst b/docs/source/todo.rst index 2a936a30a..dab232dca 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -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 ...