Update Changelog.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 23s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 23s
This commit is contained in:
parent
8da223461d
commit
ba1c692e2f
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
## Upcoming Changes
|
||||
|
||||
Implemented "IF", "ELSEIF", "ELSE", "ENDIF", and "INDEX" for templates.
|
||||
|
||||
IF is used like: `{{{!IF Variable==SomeString}}}`.
|
||||
ELSEIF is used like: `{{{!ELSEIF Variable==AnotherString}}}`.
|
||||
ELSE is used like: `{{{!ELSE}}}`.
|
||||
ENDIF is used like: `{{{!ENDIF}}}`.
|
||||
INDEX is used like: `{{{!INDEX ArrayVar[2]}}}`.
|
||||
|
||||
## Version 1.3
|
||||
|
||||
Fix internal erronous buffer declaration.
|
||||
|
|
Loading…
Reference in a new issue