summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-08-05 15:33:49 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-08-05 15:33:49 +0200
commit6debedec5f308607c38273cdb5d7a43de531c55f (patch)
treedf1b3764ad1b5ae3fa468611fe485eb99e717d04 /CHANGELOG.md
parent8edebb9d3c912349d28255bbdbe73c2660d34346 (diff)
parent883ea2f95c3dcc749b0117ca7c121d8bdef4a1bc (diff)
Merge branch 'master' into merge
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b247636..964bf7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).
-## [0.1.1] - 2018-08-28
+## [UNRELEASED]
+
### Changed
-- Now using `.words` instead of `.comb`, which improves performance by about
- 10%.
+
+The method of folding strings has been rewritten, to hopefully work better in
+all circumstances.
+
+### Removed
+
+The `indent` parameter has been removed from `&fold`. This functionality is
+left up to the user, and can still be easily achieved by lowering the `width`
+parameter and calling `&indent` from the upstream code.
## [0.1.0] - 2018-07-08
+
- Initial release