loops without subloops can now use :for clauses in final-expr
This commit is contained in:
parent
9988434554
commit
e057a6b8fe
3 changed files with 17 additions and 5 deletions
8
CHANGELOG
Normal file
8
CHANGELOG
Normal file
|
@ -0,0 +1,8 @@
|
|||
v0.2 [unreleased]
|
||||
- Made clauses execute in lexical order
|
||||
- Loops without subloops can use :for clauses in the final expression.
|
||||
- :final also obeys lexical order, and everything below it will run once
|
||||
any subloop will run to exhaustion.
|
||||
|
||||
|
||||
v.0.1 First release
|
Loading…
Add table
Add a link
Reference in a new issue