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-04 11:48:43 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2022-01-05 16:23:14 +0300
commit838a27aa13469f9173c74e0ad5e3a16c1469f3e4 (patch)
treece5aefc891a7bff0f331750088caa73bafaff6db /CHANGELOG.md
parentb08b18afa129c3c0f924fb139568d09c67f93db7 (diff)
feat(text) wrap/fill can break long words, honours width
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 152c6c9..fe6d7ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,12 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo
also other functions now take a range. [#404](https://github.com/lunarmodules/Penlight/pull/404)
- fix: `lapp` enums allow [patterns magic characters](https://www.lua.org/pil/20.2.html)
[#393](https://github.com/lunarmodules/Penlight/pull/393)
+ - fix: `text.wrap` and `text.fill` numerous fixes for handling whitespace,
+ accented characters, honouring width, etc.
+ [#400](https://github.com/lunarmodules/Penlight/pull/400)
+ - feat: `text.wrap` and `text.fill` have a new parameter to forcefully break words
+ longer than the width given.
+ [#400](https://github.com/lunarmodules/Penlight/pull/400)
## 1.11.0 (2021-08-18)