From 7a6dd0ab6db68f12eb3cee75122609dbff4ba8c3 Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Mon, 9 May 2022 01:13:20 +0200 Subject: [PATCH] improve formatting of change log --- site/content/_index.md | 10 +++++----- site/content/versions.md | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/site/content/_index.md b/site/content/_index.md index bc1682a..97caec0 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -41,11 +41,11 @@ Changes: * [add sound support!](docs#sound) * add support to redirect text output to the console for debugging using control code 6 * update curlywas: -* * add support for `else if` -* * add support for escape sequences in strings -* * add support for char literals -* * 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`) + * add support for `else if` + * add support for escape sequences in strings + * add support for char literals + * 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`) ### Older versions diff --git a/site/content/versions.md b/site/content/versions.md index 0141dff..68995b5 100644 --- a/site/content/versions.md +++ b/site/content/versions.md @@ -14,11 +14,11 @@ Changes: * [add sound support!](docs#sound) * add support to redirect text output to the console for debugging using control code 6 * update curlywas: -* * add support for `else if` -* * add support for escape sequences in strings -* * add support for char literals -* * 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`) + * add support for `else if` + * add support for escape sequences in strings + * add support for char literals + * 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`) ### v0.2.0-rc3 @@ -33,10 +33,10 @@ Changes: 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 * update curlywas: -* * add support for `else if` -* * add support for escape sequences in strings -* * add support for char literals -* * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`) + * add support for `else if` + * add support for escape sequences in strings + * add support for char literals + * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`) ### v0.2.0-rc2