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>2022-01-02 11:49:23 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2022-01-03 11:07:32 +0300
commita9fe87952a4986388e1ca02940302cc06c71eb69 (patch)
treedbfe3aede8fc588436b5aff57321b5a6c2ac9f22 /CHANGELOG.md
parent1cff8458f90472aa62c176c9e52e1a1eea75ff51 (diff)
fix(text) dedent now handles declining indents and empty lines
Also adds two tests for indent/dedent regaring newlines added
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 5ae62df..c21a1a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo
[#387](https://github.com/lunarmodules/Penlight/pull/387)
- fix: `xml.maptags` would hang if it encountered text-nodes
[#396](https://github.com/lunarmodules/Penlight/pull/396)
+ - fix: `text.dedent` didn't handle declining indents nor empty lines
+ [#402](https://github.com/lunarmodules/Penlight/pull/402)
## 1.11.0 (2021-08-18)