mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
improve formatting of change log
This commit is contained in:
@@ -41,11 +41,11 @@ Changes:
|
|||||||
* [add sound support!](docs#sound)
|
* [add sound support!](docs#sound)
|
||||||
* add support to redirect text output to the console for debugging using control code 6
|
* add support to redirect text output to the console for debugging using control code 6
|
||||||
* update curlywas:
|
* update curlywas:
|
||||||
* * add support for `else if`
|
* add support for `else if`
|
||||||
* * add support for escape sequences in strings
|
* add support for escape sequences in strings
|
||||||
* * add support for char literals
|
* add support for char literals
|
||||||
* * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`)
|
* add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`)
|
||||||
* * "integer constant cast to float" literal syntax in CurlyWas (ex. `1_f` is equivalent to `1 as f32`)
|
* "integer constant cast to float" literal syntax in CurlyWas (ex. `1_f` is equivalent to `1 as f32`)
|
||||||
|
|
||||||
### Older versions
|
### Older versions
|
||||||
|
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ Changes:
|
|||||||
* [add sound support!](docs#sound)
|
* [add sound support!](docs#sound)
|
||||||
* add support to redirect text output to the console for debugging using control code 6
|
* add support to redirect text output to the console for debugging using control code 6
|
||||||
* update curlywas:
|
* update curlywas:
|
||||||
* * add support for `else if`
|
* add support for `else if`
|
||||||
* * add support for escape sequences in strings
|
* add support for escape sequences in strings
|
||||||
* * add support for char literals
|
* add support for char literals
|
||||||
* * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`)
|
* add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`)
|
||||||
* * "integer constant cast to float" literal syntax in CurlyWas (ex. `1_f` is equivalent to `1 as f32`)
|
* "integer constant cast to float" literal syntax in CurlyWas (ex. `1_f` is equivalent to `1 as f32`)
|
||||||
|
|
||||||
### v0.2.0-rc3
|
### v0.2.0-rc3
|
||||||
|
|
||||||
@@ -33,10 +33,10 @@ Changes:
|
|||||||
consecutive frame numbers, provided the module can be run at 60 fps
|
consecutive frame numbers, provided the module can be run at 60 fps
|
||||||
* add support to redirect text output to the console for debugging using control code 6
|
* add support to redirect text output to the console for debugging using control code 6
|
||||||
* update curlywas:
|
* update curlywas:
|
||||||
* * add support for `else if`
|
* add support for `else if`
|
||||||
* * add support for escape sequences in strings
|
* add support for escape sequences in strings
|
||||||
* * add support for char literals
|
* add support for char literals
|
||||||
* * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`)
|
* add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`)
|
||||||
|
|
||||||
### v0.2.0-rc2
|
### v0.2.0-rc2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user