From 3ef5d324ed1f91296261d3cd30b79ddfff203169 Mon Sep 17 00:00:00 2001 From: Jacob Peck Date: Fri, 5 Apr 2024 13:08:43 -0400 Subject: [PATCH] Add lineshuffle PR# to CHANGELOG.md --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c81aef71..70898614 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,7 +7,7 @@ Release date: UNRELEASED ### New features and improvements * Added a `--orientation` option to the `pagerotate` command to conditionally rotate the page to a target orientation (thanks to @gatesphere) (#705) -* Added a `lineshuffle` command to randomize the plotting order of lines in the current geometry (thanks to @gatesphere) +* Added a `lineshuffle` command to randomize the plotting order of lines in the current geometry (thanks to @gatesphere) (#715) ### Bug fixes