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:
authorNathaniel Wesley Filardo <VP331RHQ115POU58JFRLKB7OPA0L18E3@cmx.ietfng.org>2022-07-21 16:26:25 +0300
committerGitHub <noreply@github.com>2022-07-21 16:26:25 +0300
commitaf6026474ace10f235edd367abd38755f7c04b1d (patch)
tree374b6703035ede00306aa1690a0f3e29eaf137c2 /CHANGELOG.md
parent3ebfb6123128497ee5e8fac445ae98bc95ad0cd8 (diff)
fix(app) require_here follow symlink'd main module (#423)
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 a1fb5b9..8c93c04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo
## 1.13.0 (unreleased)
- fix: `xml.parse` returned nonsense when given a file name
[#431](https://github.com/lunarmodules/Penlight/pull/431)
+ - feat: `app.require_here` now follows symlink'd main modules to their directory
+ [#423](https://github.com/lunarmodules/Penlight/pull/423)
- fix: `compat.warn` raised write guard warning in OpenResty
[#414](https://github.com/lunarmodules/Penlight/pull/414)
- feat: `utils.enum` now accepts hash tables, to enable better error handling