Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2021-01-07 12:16:26 +0300
committerGitHub <noreply@github.com>2021-01-07 12:16:26 +0300
commit328d39e8ba255939dbad08b1f6230a9b997ec1ce (patch)
tree9a411b104ce314715a0a51787434fe83ea247f53 /CHANGELOG.md
parent94693b1e2d12793ce55cd7c938e8d3e1ddc908a3 (diff)
feat(compat) add a 5.4 compatible "warn" function (#366)
also updates the derpecation warnings to use the warn function
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e50394..77291a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo
[#360](https://github.com/lunarmodules/Penlight/pull/360)
- feat: `permute.list_table` generate table with different sets of values
[#360](https://github.com/lunarmodules/Penlight/pull/360)
+ - feat: Lua 5.4 'warn' compatibility function
+ [#366](https://github.com/lunarmodules/Penlight/pull/366)
- feat: deprecation functionality `utils.raise_deprecation`
[#361](https://github.com/lunarmodules/Penlight/pull/361)
- fix: `dir.rmtree` failed to remove symlinks to directories