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:
authornathanrpage97 <33010515+nathanrpage97@users.noreply.github.com>2022-07-21 16:45:10 +0300
committerGitHub <noreply@github.com>2022-07-21 16:45:10 +0300
commit0f07534dd9096c0f21da14cd713d91094cf040ee (patch)
treed1d113621f9f728c449671ba226266cb2fc545f9 /CHANGELOG.md
parentcc76e12ff298a34e5df282e522a75a26525f6906 (diff)
fix(lapp) add file name to arg table when using the default value (#427)
Co-authored-by: nathanrpage97 <nathanrpage97@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1faed0..1870939 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,8 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo
[#413](https://github.com/lunarmodules/Penlight/pull/413)
- feat: `utils.kpairs` new iterator over all non-integer keys
[#413](https://github.com/lunarmodules/Penlight/pull/413)
-
+ - fix: `lapp` provides the file name when using the default argument
+ [#427](https://github.com/lunarmodules/Penlight/pull/427)
## 1.12.0 (2022-Jan-10)
- deprecate: module `pl.text` the contents have moved to `pl.stringx` (removal later)