aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56d1886..eb85c94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,7 @@ The scope of what is covered by the version number excludes:
14 14
15- create a release branch 15- create a release branch
16- update the changelog below 16- update the changelog below
17- update version and copyright-years in `./LICENSE.md` and `./src/time.c` (in module constants) 17- update version and copyright-years in `./LICENSE.md` and `./src/core.c` (in module constants)
18- create a new rockspec and update the version inside the new rockspec:<br/> 18- create a new rockspec and update the version inside the new rockspec:<br/>
19 `cp luasystem-scm-0.rockspec ./rockspecs/luasystem-X.Y.Z-1.rockspec` 19 `cp luasystem-scm-0.rockspec ./rockspecs/luasystem-X.Y.Z-1.rockspec`
20- clean and render the docs: run `ldoc .` 20- clean and render the docs: run `ldoc .`
@@ -28,7 +28,7 @@ The scope of what is covered by the version number excludes:
28 28
29## Version history 29## Version history
30 30
31### Version X.Y.Z, unreleased 31### Version 0.3.0, released 15-Dec-2023
32 32
33- Feat: on Windows `sleep` now has a precision parameter 33- Feat: on Windows `sleep` now has a precision parameter
34- Feat: `setenv` added to set environment variables. 34- Feat: `setenv` added to set environment variables.