I was trying to run this block
begin
insert into table values (null, null);
insert into table values (null, null);
insert into table values (null, null);
insert into table values (null, null);
insert into table values (null, null);
end;
In older version of toad, whole block was executed, with current beta only insert where cursor is located gets executed